@@ -106,6 +106,18 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
+
+ <!-- 全局排除 -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>