wxz-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-server</artifactId>
<version>2025.10.11-jdk8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<name>wxz-server</name>
<modelVersion>4.0.0</modelVersion>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-server</artifactId>
<packaging>pom</packaging>
<version>2025.10.11-jdk8</version>
<modules>
<module>wxz-common</module>
<module>wxz-common-web</module>
<module>wxz-common-web-landlord-server</module>
<module>wxz-common-web-landlord-server-demo</module>
<module>wxz-common-web-server</module>
<module>wxz-common-web-server-demo</module>
<module>wxz-common-web-tenant-server</module>
<module>wxz-common-web-tenant-server-demo</module>
<module>wxz-common-webflux</module>
<module>wxz-gateway-server</module>
<module>wxz-gateway-server-demo</module>
<module>wxz-tools</module>
</modules>
<properties>
<mysql.version>9.2.0</mysql.version>
<postgresql.version>42.5.6</postgresql.version>
<druid.version>1.2.24</druid.version>
<fastjson.version>1.2.83</fastjson.version>
<base64.version>1.18.0</base64.version>
<ftp.version>3.11.1</ftp.version>
<jsch.version>0.2.25</jsch.version>
<jsoup.version>1.19.1</jsoup.version>
<jwt.version>4.5.0</jwt.version>
<netty.version>4.2.0.Final</netty.version>
<pdf.version>2.0.30</pdf.version>
<pinyin4j.version>2.5.1</pinyin4j.version>
<zxing.version>3.5.3</zxing.version>
<sm.version>1.80</sm.version>
<spring-retry.version>2.0.11</spring-retry.version>
<wxz-common.version>2025.10.11-jdk8</wxz-common.version>
<wxz-common-web.version>2025.10.11-jdk8</wxz-common-web.version>
<wxz-common-web-server.version>2025.10.11-jdk8</wxz-common-web-server.version>
<wxz-common-web-server-demo.version>2025.10.11-jdk8</wxz-common-web-server-demo.version>
<wxz-common-web-landlord-server.version>2025.10.11-jdk8</wxz-common-web-landlord-server.version>
<wxz-common-web-landlord-server-demo.version>2025.10.11-jdk8</wxz-common-web-landlord-server-demo.version>
<wxz-common-web-tenant-server.version>2025.10.11-jdk8</wxz-common-web-tenant-server.version>
<wxz-common-web-tenant-server-demo.version>2025.10.11-jdk8</wxz-common-web-tenant-server-demo.version>
<wxz-common-webflux.version>2025.10.11-jdk8</wxz-common-webflux.version>
<wxz-gateway-server.version>2025.10.11-jdk8</wxz-gateway-server.version>
<wxz-tools.version>2025.10.11-jdk8</wxz-tools.version>
<mybatis-plus-dynamic-datasource.version>3.4.1</mybatis-plus-dynamic-datasource.version>
<mybatis-plus.version>3.4.2</mybatis-plus.version>
<knife4j.version>3.0.3</knife4j.version>
<tlog.version>1.5.2</tlog.version>
<xxl-job.version>2.5.0</xxl-job.version>
<easyexcel.version>4.0.3</easyexcel.version>
<poi-ooxml.version>5.2.5</poi-ooxml.version>
<compare.version>4.15</compare.version>
<rocketmq.version>2.3.3</rocketmq.version>
<easyes.version>2.1.0</easyes.version>
<es.version>7.17.8</es.version>
<minio.version>8.5.17</minio.version>
<okhttp.version>4.12.0</okhttp.version>
<markdown.verison>0.21.0</markdown.verison>
<word.version>8.3.11</word.version>
<skywalking.version>9.4.0</skywalking.version>
<httpclient.version>4.5.13</httpclient.version>
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement> <!-- https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明 -->
<dependencies>
<!-- Spring Cloud Alibaba Version -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.10-RC1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Spring Cloud Version -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Hoxton.SR12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- mysql -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${mysql.version}</version>
</dependency>
<!-- postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<!-- druid -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>${druid.version}</version>
</dependency>
<!-- fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<!-- base64 -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${base64.version}</version>
</dependency>
<!-- ftp -->
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${ftp.version}</version>
</dependency>
<!-- jsch -->
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>
<!-- jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
</dependency>
<!-- JWT -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>${jwt.version}</version>
</dependency>
<!-- netty -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<!-- PDF -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>${pdf.version}</version>
</dependency>
<!-- pinyin4j -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>${pinyin4j.version}</version>
</dependency>
<!-- bar code -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>${zxing.version}</version>
</dependency>
<!-- sm -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${sm.version}</version>
</dependency>
<!-- spring-retry -->
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>${spring-retry.version}</version>
</dependency>
<!-- wxz-common -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common</artifactId>
<version>${wxz-common.version}</version>
</dependency>
<!-- wxz-common-web -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web</artifactId>
<version>${wxz-common-web.version}</version>
</dependency>
<!-- wxz-common-web-server -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-server</artifactId>
<version>${wxz-common-web-server.version}</version>
</dependency>
<!-- wxz-common-web-server-demo -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-server-demo</artifactId>
<version>${wxz-common-web-server-demo.version}</version>
</dependency>
<!-- wxz-common-web-landlord-server -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-landlord-server</artifactId>
<version>${wxz-common-web-landlord-server.version}</version>
</dependency>
<!-- wxz-common-web-landlord-server-demo -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-landlord-server-demo</artifactId>
<version>${wxz-common-web-landlord-server-demo.version}</version>
</dependency>
<!-- wxz-common-web-tenant-server -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-tenant-server</artifactId>
<version>${wxz-common-web-tenant-server.version}</version>
</dependency>
<!-- wxz-common-web-tenant-server-demo -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-web-tenant-server-demo</artifactId>
<version>${wxz-common-web-tenant-server-demo.version}</version>
</dependency>
<!-- wxz-common-webflux -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-common-webflux</artifactId>
<version>${wxz-common-webflux.version}</version>
</dependency>
<!-- wxz-gateway-server -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-gateway-server</artifactId>
<version>${wxz-gateway-server.version}</version>
</dependency>
<!-- wxz-tools -->
<dependency>
<groupId>io.gitee.javakiller</groupId>
<artifactId>wxz-tools</artifactId>
<version>${wxz-tools.version}</version>
</dependency>
<!-- mybatis-plus -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>${mybatis-plus-dynamic-datasource.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<!-- knife4j、适合单机 -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>${knife4j.version}</version>
</dependency>
<!-- knife4j、适合集群 -->
<!-- <dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-micro-spring-boot-starter</artifactId>
<version>${knife4j.version}</version>
</dependency>-->
<!-- tlog -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>${tlog.version}</version>
</dependency>
<!-- xxl-job -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>${xxl-job.version}</version>
</dependency>
<!-- easyexcel -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<!-- poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${poi-ooxml.version}</version>
</dependency>
<!-- compare -->
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
<version>${compare.version}</version>
</dependency>
<!-- rocketmq -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>${rocketmq.version}</version>
</dependency>
<!-- easyes -->
<dependency>
<groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-boot-starter</artifactId>
<version>${easyes.version}</version>
</dependency>
<!-- es -->
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>${es.version}</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${es.version}</version>
</dependency>
<!-- minio -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>${minio.version}</version>
</dependency>
<!-- okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
<version>${okhttp.version}</version>
</dependency>
<!-- markdown -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-ins</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-autolink</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-task-list-items</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-image-attributes</artifactId>
<version>${markdown.verison}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-heading-anchor</artifactId>
<version>${markdown.verison}</version>
</dependency>
<!-- word -->
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-core</artifactId>
<version>${word.version}</version>
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
<version>${word.version}</version>
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-ImportXHTML</artifactId>
<version>${word.version}</version>
</dependency>
<!-- skywalking -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-logback-1.x</artifactId>
<version>${skywalking.version}</version>
</dependency>
<!-- httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- maven-javadoc-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</dependency>
<!-- maven-source-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</dependency>
<!-- maven-compiler-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
</dependency>
<!-- maven-gpg-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
</dependency>
<!-- central-publishing-maven-plugin -->
<dependency>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${central-publishing-maven-plugin.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Spring Boot Version -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
</parent>
<dependencies>
<!-- spring-boot -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>provided</scope>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>javakiller</id>
<name>XiongZhi.Wu</name>
<email>1605457862@qq.com</email>
<url>https://gitee.com/javakiller</url>
<organization>io.gitee.javakiller</organization>
<organizationUrl>https://gitee.com/javakiller/wxz-server</organizationUrl>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalJOption>-Xdoclint:none</additionalJOption>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
<configuration>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${central-publishing-maven-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>maven</publishingServerId>
<autoPublish>true</autoPublish>
<waitUntil>published</waitUntil>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>maven</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>maven</id>
<url>https://central.sonatype.com/repository/maven-releases/</url>
</repository>
</distributionManagement>
<!--<distributionManagement>
<repository>
<id>iflytek</id>
<url>https://depend.iflytek.com/artifactory/zhyl-mvn-3rd-private</url>
</repository>
<snapshotRepository>
<id>iflytek</id>
<url>https://depend.iflytek.com/artifactory/zhyl-mvn-snapshot-private</url>
</snapshotRepository>
</distributionManagement>-->
</project>