|
@@ -4,44 +4,59 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
- <artifactId>sckw-service-platform</artifactId>
|
|
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
|
|
+ <artifactId>sckw-service-platform</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
|
|
|
|
|
- <description>微服务</description>
|
|
|
|
|
- <packaging>pom</packaging>
|
|
|
|
|
|
|
+ <name>sckw-service-platform</name>
|
|
|
|
|
+ <url>http://git.sckaiwu.cn/17358629955/sckw-service-platform.git</url>
|
|
|
|
|
+ <description>sckw-service-platform微服务系统</description>
|
|
|
|
|
|
|
|
<modules>
|
|
<modules>
|
|
|
- <module>sckw-auth</module>
|
|
|
|
|
- <module>sckw-common</module>
|
|
|
|
|
- <module>sckw-gateway</module>
|
|
|
|
|
<module>sckw-modules</module>
|
|
<module>sckw-modules</module>
|
|
|
|
|
+ <module>sckw-common</module>
|
|
|
<module>sckw-modules-api</module>
|
|
<module>sckw-modules-api</module>
|
|
|
- <module>sckw-api</module>
|
|
|
|
|
|
|
+ <module>sckw-auth</module>
|
|
|
|
|
+ <module>sckw-gateway</module>
|
|
|
</modules>
|
|
</modules>
|
|
|
|
|
+ <packaging>pom</packaging>
|
|
|
|
|
+
|
|
|
<properties>
|
|
<properties>
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
|
|
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
+
|
|
|
<spring-boot.version>3.0.5</spring-boot.version>
|
|
<spring-boot.version>3.0.5</spring-boot.version>
|
|
|
<spring-cloud.version>2022.0.0</spring-cloud.version>
|
|
<spring-cloud.version>2022.0.0</spring-cloud.version>
|
|
|
<spring-cloud-alibaba.version>2022.0.0.0-RC1</spring-cloud-alibaba.version>
|
|
<spring-cloud-alibaba.version>2022.0.0.0-RC1</spring-cloud-alibaba.version>
|
|
|
|
|
+
|
|
|
<!--不能使用3.2.0版本,会导致redisson里面的kryo版本降低值4.2.0-->
|
|
<!--不能使用3.2.0版本,会导致redisson里面的kryo版本降低值4.2.0-->
|
|
|
<dubbo.version>3.2.2</dubbo.version>
|
|
<dubbo.version>3.2.2</dubbo.version>
|
|
|
- <nacos-client.version>2.2.1</nacos-client.version>
|
|
|
|
|
<snakeyaml.version>2.0</snakeyaml.version>
|
|
<snakeyaml.version>2.0</snakeyaml.version>
|
|
|
- <slf4j-log4j12.version>2.0.7</slf4j-log4j12.version>
|
|
|
|
|
<springdoc.version>2.1.0</springdoc.version>
|
|
<springdoc.version>2.1.0</springdoc.version>
|
|
|
<redisson.version>3.21.3</redisson.version>
|
|
<redisson.version>3.21.3</redisson.version>
|
|
|
<fastjson.version>2.0.32</fastjson.version>
|
|
<fastjson.version>2.0.32</fastjson.version>
|
|
|
|
|
+ <easyexcel.version>3.0.5</easyexcel.version>
|
|
|
|
|
+ <cglib.version>3.3.0</cglib.version>
|
|
|
|
|
+ <commons-io.version>2.11.0</commons-io.version>
|
|
|
|
|
+ <alicloud-sms.version>2.2.0.RELEASE</alicloud-sms.version>
|
|
|
|
|
+ <oss.version>2.2.0.RELEASE</oss.version>
|
|
|
|
|
+ <sentinel-csp.version>1.8.6</sentinel-csp.version>
|
|
|
|
|
+ <nacos-client.version>2.2.1</nacos-client.version>
|
|
|
<hutool.version>5.8.18</hutool.version>
|
|
<hutool.version>5.8.18</hutool.version>
|
|
|
|
|
+ <mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
|
|
|
|
+ <dynamic-datasource.version>3.6.1</dynamic-datasource.version>
|
|
|
|
|
+ <latest.release.version>5.2.0</latest.release.version>
|
|
|
<pagehelper.version>5.3.2</pagehelper.version>
|
|
<pagehelper.version>5.3.2</pagehelper.version>
|
|
|
<pagehelper-spring-boot-starter.version>1.4.7</pagehelper-spring-boot-starter.version>
|
|
<pagehelper-spring-boot-starter.version>1.4.7</pagehelper-spring-boot-starter.version>
|
|
|
<junit.version>4.13.2</junit.version>
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
|
+ <xxljob.version>2.4.0</xxljob.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
+
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
@@ -74,6 +89,26 @@
|
|
|
</exclusions>
|
|
</exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!-- common 的依赖配置-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.sckw</groupId>
|
|
|
|
|
+ <artifactId>sckw-common-bom</artifactId>
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
|
+ <type>pom</type>
|
|
|
|
|
+ <scope>import</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- modules 的依赖配置-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.sckw</groupId>
|
|
|
|
|
+ <artifactId>sckw-modules-bom</artifactId>
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
|
+ <type>pom</type>
|
|
|
|
|
+ <scope>import</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<!-- apache dubbo -->
|
|
<!-- apache dubbo -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.apache.dubbo</groupId>
|
|
<groupId>org.apache.dubbo</groupId>
|
|
@@ -88,32 +123,138 @@
|
|
|
</exclusion>
|
|
</exclusion>
|
|
|
</exclusions>
|
|
</exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
-<!--<!– 处理序列化问题–>-->
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
|
-<!-- <groupId>com.caucho</groupId>-->
|
|
|
|
|
-<!-- <artifactId>hessian</artifactId>-->
|
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
- <!--redisson-->
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- yaml/yml配置文件 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.yaml</groupId>
|
|
|
|
|
+ <artifactId>snakeyaml</artifactId>
|
|
|
|
|
+ <version>${snakeyaml.version}</version>
|
|
|
|
|
+ <!--<scope>compile</scope>-->
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--处理序列化问题-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.caucho</groupId>
|
|
|
|
|
+ <artifactId>hessian</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--reids操作-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.redisson</groupId>
|
|
<groupId>org.redisson</groupId>
|
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
<version>${redisson.version}</version>
|
|
<version>${redisson.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--alibaba fastjson-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>${fastjson.version}</version>
|
|
<version>${fastjson.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!--alibaba EasyExcel导入导出-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
|
|
+ <version>${easyexcel.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--cglib-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>cglib</groupId>
|
|
|
|
|
+ <artifactId>cglib</artifactId>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>org.ow2.asm</groupId>
|
|
|
|
|
+ <artifactId>asm</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ <version>${cglib.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
|
|
+ <version>${commons-io.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--alibaba 短信-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
+ <artifactId>spring-cloud-alicloud-sms</artifactId>
|
|
|
|
|
+ <version>${alicloud-sms.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--alibaba oss-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
+ <artifactId>spring-cloud-starter-alicloud-oss</artifactId>
|
|
|
|
|
+ <version>${oss.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Sentinel Datasource Nacos 持久化存储-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.csp</groupId>
|
|
|
|
|
+ <artifactId>sentinel-datasource-nacos</artifactId>
|
|
|
|
|
+ <version>${sentinel-csp.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--nacos-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.nacos</groupId>
|
|
|
|
|
+ <artifactId>nacos-client</artifactId>
|
|
|
|
|
+ <version>${nacos-client.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 上面排除掉了springcloud默认seata版本,此处引入和seata-server版本对应的seata包-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>io.seata</groupId>
|
|
|
|
|
+ <artifactId>seata-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>1.6.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--jdk9+ 以上需要手动添加 JAXB能够使用Jackson对JAXB注解-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>javax.xml.bind</groupId>
|
|
|
|
|
+ <artifactId>jaxb-api</artifactId>
|
|
|
|
|
+ <version>2.3.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<!--hutool-->
|
|
<!--hutool-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
<groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-bom</artifactId>
|
|
|
|
|
|
|
+ <artifactId>hutool-http</artifactId>
|
|
|
<version>${hutool.version}</version>
|
|
<version>${hutool.version}</version>
|
|
|
- <type>pom</type>
|
|
|
|
|
- <scope>import</scope>
|
|
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
|
|
+ <artifactId>hutool-extra</artifactId>
|
|
|
|
|
+ <version>${hutool.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <!--mybatis-plus 依赖-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
+ <version>${mybatis-plus.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--多数据源-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
|
+ <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>${dynamic-datasource.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!--ShardingSphere-JDBC-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.shardingsphere</groupId>
|
|
|
|
|
+ <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>${latest.release.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--分页-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
<artifactId>pagehelper</artifactId>
|
|
<artifactId>pagehelper</artifactId>
|
|
@@ -130,116 +271,51 @@
|
|
|
<version>${pagehelper-spring-boot-starter.version}</version>
|
|
<version>${pagehelper-spring-boot-starter.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
|
|
+ <!--junit-->
|
|
|
|
|
+ <dependency>
|
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
|
<version>${junit.version}</version>
|
|
<version>${junit.version}</version>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- </dependencies>
|
|
|
|
|
- </dependencyManagement>
|
|
|
|
|
|
|
|
|
|
- <dependencies>
|
|
|
|
|
-
|
|
|
|
|
- <!--alibaba oss-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-starter-alicloud-oss</artifactId>
|
|
|
|
|
- <version>2.2.0.RELEASE</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <!--jdk9+ 以上需要手动添加-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>javax.xml.bind</groupId>
|
|
|
|
|
- <artifactId>jaxb-api</artifactId>
|
|
|
|
|
- <version>2.3.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-loadbalancer</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
|
- <scope>provided</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter</artifactId>
|
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <!--SpringCloud-sentinel集成-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <!-- Sentinel Datasource Nacos 持久化存储-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.alibaba.csp</groupId>
|
|
|
|
|
- <artifactId>sentinel-datasource-nacos</artifactId>
|
|
|
|
|
-<!-- <version>1.8.0</version>-->
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <!-- 注意一定要引入对版本,要引入spring-cloud版本seata,而不是springboot版本的seata-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-starter-alibaba-seata</artifactId>
|
|
|
|
|
- <!-- 排除掉springcloud默认的seata版本,以免版本不一致出现问题-->
|
|
|
|
|
- <exclusions>
|
|
|
|
|
- <exclusion>
|
|
|
|
|
- <groupId>io.seata</groupId>
|
|
|
|
|
- <artifactId>seata-spring-boot-starter</artifactId>
|
|
|
|
|
- </exclusion>
|
|
|
|
|
- <exclusion>
|
|
|
|
|
- <groupId>io.seata</groupId>
|
|
|
|
|
- <artifactId>seata-all</artifactId>
|
|
|
|
|
- </exclusion>
|
|
|
|
|
- </exclusions>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <!-- 上面排除掉了springcloud默认seata版本,此处引入和seata-server版本对应的seata包-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>io.seata</groupId>
|
|
|
|
|
- <artifactId>seata-spring-boot-starter</artifactId>
|
|
|
|
|
- <version>1.6.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
- <artifactId>tomcat-embed-core</artifactId>
|
|
|
|
|
- <version>10.1.7</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
|
- <artifactId>spring-webmvc</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- </dependencies>
|
|
|
|
|
- <build>
|
|
|
|
|
- <plugins>
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
-<!-- <version>3.5.2</version>-->
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <source>17</source>
|
|
|
|
|
- <target>17</target>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- </plugins>
|
|
|
|
|
- </build>
|
|
|
|
|
|
|
+ <!--Lombok-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
|
+ <version>1.18.26</version>
|
|
|
|
|
+ <!--<scope>provided</scope>-->
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
+ <artifactId>tomcat-embed-core</artifactId>
|
|
|
|
|
+ <version>10.1.7</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
|
+ <artifactId>spring-webmvc</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!--xxx-job-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.xuxueli</groupId>
|
|
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
|
|
+ <version>${xxljob.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.aspectj</groupId>
|
|
|
|
|
+ <artifactId>aspectjweaver</artifactId>
|
|
|
|
|
+ <version>1.9.19</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
|
+ <artifactId>bcprov-jdk18on</artifactId>
|
|
|
|
|
+ <version>1.74</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+ </dependencyManagement>
|
|
|
</project>
|
|
</project>
|