|
|
@@ -17,7 +17,7 @@
|
|
17
|
17
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
18
|
18
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
19
|
19
|
<java.version>1.8</java.version>
|
|
20
|
|
- <spring-boot.version>2.5.6</spring-boot.version>
|
|
|
20
|
+ <spring-boot.version>2.5.8</spring-boot.version>
|
|
21
|
21
|
<spring-cloud.version>2020.0.4</spring-cloud.version>
|
|
22
|
22
|
<spring-cloud-alibaba.version>2021.1</spring-cloud-alibaba.version>
|
|
23
|
23
|
<alibaba.nacos.version>2.0.3</alibaba.nacos.version>
|
|
|
@@ -40,7 +40,6 @@
|
|
40
|
40
|
<common-pool.version>2.10.0</common-pool.version>
|
|
41
|
41
|
<commons-collections.version>3.2.2</commons-collections.version>
|
|
42
|
42
|
<transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
|
|
43
|
|
- <log4j2.version>2.17.0</log4j2.version>
|
|
44
|
43
|
</properties>
|
|
45
|
44
|
|
|
46
|
45
|
<!-- 依赖声明 -->
|
|
|
@@ -191,19 +190,6 @@
|
|
191
|
190
|
<version>${common-pool.version}</version>
|
|
192
|
191
|
</dependency>
|
|
193
|
192
|
|
|
194
|
|
- <!-- log4j日志组件 -->
|
|
195
|
|
- <dependency>
|
|
196
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
197
|
|
- <artifactId>log4j-api</artifactId>
|
|
198
|
|
- <version>${log4j2.version}</version>
|
|
199
|
|
- </dependency>
|
|
200
|
|
-
|
|
201
|
|
- <dependency>
|
|
202
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
203
|
|
- <artifactId>log4j-to-slf4j</artifactId>
|
|
204
|
|
- <version>${log4j2.version}</version>
|
|
205
|
|
- </dependency>
|
|
206
|
|
-
|
|
207
|
193
|
<!-- 核心模块 -->
|
|
208
|
194
|
<dependency>
|
|
209
|
195
|
<groupId>com.ruoyi</groupId>
|