|
|
|
|
@ -14,12 +14,12 @@
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<revision>5.4.1</revision>
|
|
|
|
|
<spring-boot.version>3.4.7</spring-boot.version>
|
|
|
|
|
<spring-boot.version>3.5.4</spring-boot.version>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<java.version>17</java.version>
|
|
|
|
|
<mybatis.version>3.5.16</mybatis.version>
|
|
|
|
|
<springdoc.version>2.8.8</springdoc.version>
|
|
|
|
|
<springdoc.version>2.8.9</springdoc.version>
|
|
|
|
|
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
|
|
|
|
|
<fastexcel.version>1.2.0</fastexcel.version>
|
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
|
@ -27,14 +27,14 @@
|
|
|
|
|
<mybatis-plus.version>3.5.12</mybatis-plus.version>
|
|
|
|
|
<p6spy.version>3.9.1</p6spy.version>
|
|
|
|
|
<hutool.version>5.8.38</hutool.version>
|
|
|
|
|
<spring-boot-admin.version>3.4.7</spring-boot-admin.version>
|
|
|
|
|
<spring-boot-admin.version>3.5.1</spring-boot-admin.version>
|
|
|
|
|
<redisson.version>3.50.0</redisson.version>
|
|
|
|
|
<lock4j.version>2.2.7</lock4j.version>
|
|
|
|
|
<dynamic-ds.version>4.3.1</dynamic-ds.version>
|
|
|
|
|
<snailjob.version>1.6.0</snailjob.version>
|
|
|
|
|
<mapstruct-plus.version>1.4.8</mapstruct-plus.version>
|
|
|
|
|
<mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
|
|
|
|
|
<lombok.version>1.18.36</lombok.version>
|
|
|
|
|
<lombok.version>1.18.38</lombok.version>
|
|
|
|
|
<bouncycastle.version>1.80</bouncycastle.version>
|
|
|
|
|
<justauth.version>1.16.7</justauth.version>
|
|
|
|
|
<!-- 离线IP地址定位库 -->
|
|
|
|
|
@ -118,25 +118,6 @@
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Warm-Flow国产工作流引擎, 在线文档:http://warm-flow.cn/ -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
<artifactId>warm-flow-mybatis-plus-sb3-starter</artifactId>
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- JustAuth 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>me.zhyd.oauth</groupId>
|
|
|
|
|
<artifactId>JustAuth</artifactId>
|
|
|
|
|
<version>${justauth.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- common 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
|
@ -313,6 +294,25 @@
|
|
|
|
|
<version>${mapstruct-plus.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Warm-Flow国产工作流引擎, 在线文档:http://warm-flow.cn/ -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
<artifactId>warm-flow-mybatis-plus-sb3-starter</artifactId>
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- JustAuth 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>me.zhyd.oauth</groupId>
|
|
|
|
|
<artifactId>JustAuth</artifactId>
|
|
|
|
|
<version>${justauth.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 离线IP地址定位库 ip2region -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.lionsoul</groupId>
|
|
|
|
|
|