|
|
@@ -22,42 +22,40 @@
|
|
|
<java.version>17</java.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
- <spring-boot.version>3.2.9</spring-boot.version>
|
|
|
+ <spring-boot.version>3.2.11</spring-boot.version>
|
|
|
<spring-boot-admin.version>3.2.3</spring-boot-admin.version>
|
|
|
<mybatis.version>3.5.16</mybatis.version>
|
|
|
- <mybatis-plus.version>3.5.7</mybatis-plus.version>
|
|
|
+ <mybatis-plus.version>3.5.8</mybatis-plus.version>
|
|
|
<dynamic-ds.version>4.3.1</dynamic-ds.version>
|
|
|
<shardingsphere.version>5.5.0</shardingsphere.version>
|
|
|
<springdoc.version>2.6.0</springdoc.version>
|
|
|
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
|
|
|
- <redisson.version>3.34.1</redisson.version>
|
|
|
+ <redisson.version>3.37.0</redisson.version>
|
|
|
<xxl-job.version>2.4.1</xxl-job.version>
|
|
|
<poi.version>5.2.3</poi.version>
|
|
|
- <easyexcel.version>4.0.2</easyexcel.version>
|
|
|
+ <easyexcel.version>4.0.3</easyexcel.version>
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
<satoken.version>1.39.0</satoken.version>
|
|
|
<p6spy.version>3.9.1</p6spy.version>
|
|
|
<hutool.version>5.8.31</hutool.version>
|
|
|
- <okhttp.version>4.10.0</okhttp.version>
|
|
|
<lock4j.version>2.2.7</lock4j.version>
|
|
|
- <mapstruct-plus.version>1.4.4</mapstruct-plus.version>
|
|
|
+ <mapstruct-plus.version>1.4.5</mapstruct-plus.version>
|
|
|
<mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
|
|
|
<lombok.version>1.18.34</lombok.version>
|
|
|
<bouncycastle.version>1.76</bouncycastle.version>
|
|
|
<justauth.version>1.16.6</justauth.version>
|
|
|
<!-- 离线IP地址定位库 -->
|
|
|
<ip2region.version>2.7.0</ip2region.version>
|
|
|
- <undertow.version>2.3.15.Final</undertow.version>
|
|
|
|
|
|
<!-- OSS 配置 -->
|
|
|
- <aws.sdk.version>2.23.0</aws.sdk.version>
|
|
|
- <aws.crt.version>0.29.6</aws.crt.version>
|
|
|
+ <aws.sdk.version>2.28.22</aws.sdk.version>
|
|
|
+ <aws.crt.version>0.31.3</aws.crt.version>
|
|
|
<!-- SMS 配置 -->
|
|
|
- <sms4j.version>3.3.2</sms4j.version>
|
|
|
+ <sms4j.version>3.3.3</sms4j.version>
|
|
|
<!-- 限制框架中的fastjson版本 -->
|
|
|
<fastjson.version>1.2.83</fastjson.version>
|
|
|
<!-- 面向运行时的D-ORM依赖 -->
|
|
|
- <anyline.version>8.7.2-20240808</anyline.version>
|
|
|
+ <anyline.version>8.7.2-20241022</anyline.version>
|
|
|
|
|
|
<!-- 插件版本 -->
|
|
|
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
|
|
@@ -77,6 +75,8 @@
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
<profiles.active>local</profiles.active>
|
|
|
<logging.level>info</logging.level>
|
|
|
+ <monitor.username>vber</monitor.username>
|
|
|
+ <monitor.password>vb123456</monitor.password>
|
|
|
</properties>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
@@ -85,6 +85,8 @@
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
<profiles.active>dev</profiles.active>
|
|
|
<logging.level>info</logging.level>
|
|
|
+ <monitor.username>vber</monitor.username>
|
|
|
+ <monitor.password>vb123456</monitor.password>
|
|
|
</properties>
|
|
|
<activation>
|
|
|
<!-- 默认环境 -->
|
|
|
@@ -96,6 +98,8 @@
|
|
|
<properties>
|
|
|
<profiles.active>prod</profiles.active>
|
|
|
<logging.level>warn</logging.level>
|
|
|
+ <monitor.username>vber</monitor.username>
|
|
|
+ <monitor.password>vb123456</monitor.password>
|
|
|
</properties>
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
@@ -227,12 +231,6 @@
|
|
|
<version>${p6spy.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.squareup.okhttp3</groupId>
|
|
|
- <artifactId>okhttp</artifactId>
|
|
|
- <version>${okhttp.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- AWS SDK for Java 2.x -->
|
|
|
<dependency>
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
|
|
@@ -263,6 +261,12 @@
|
|
|
<version>${spring-boot-admin.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
+ <version>2.15.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
@@ -325,21 +329,6 @@
|
|
|
<version>${ip2region.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>io.undertow</groupId>
|
|
|
- <artifactId>undertow-core</artifactId>
|
|
|
- <version>${undertow.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.undertow</groupId>
|
|
|
- <artifactId>undertow-servlet</artifactId>
|
|
|
- <version>${undertow.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.undertow</groupId>
|
|
|
- <artifactId>undertow-websockets-jsr</artifactId>
|
|
|
- <version>${undertow.version}</version>
|
|
|
- </dependency>
|
|
|
|
|
|
<!--短信sms4j-->
|
|
|
<dependency>
|