deason 5 年之前
父节点
当前提交
a63e9618d5
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -89,6 +89,12 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>