|
|
@@ -40,6 +40,7 @@
|
|
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.1</log4j2.version>
|
|
43
|
44
|
</properties>
|
|
44
|
45
|
|
|
45
|
46
|
<!-- 依赖声明 -->
|
|
|
@@ -190,6 +191,19 @@
|
|
190
|
191
|
<version>${common-pool.version}</version>
|
|
191
|
192
|
</dependency>
|
|
192
|
193
|
|
|
|
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
|
+
|
|
193
|
207
|
<!-- 核心模块 -->
|
|
194
|
208
|
<dependency>
|
|
195
|
209
|
<groupId>com.ruoyi</groupId>
|