|
|
@@ -46,6 +46,18 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!--log4j2日志-->
|
|
|
+ <!--全局日志排除-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <!--采用log4j2 日志输出方式-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|