From b84ce7f9dd1d0e3c11022d3e89a1693b665268a2 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 02 六月 2020 16:42:43 +0800
Subject: [PATCH] 1

---
 pom.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed3e0cc..5ee699e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,13 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <exclusions>
+                <!-- 鍘婚櫎鏃og渚濊禆 -->
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>
@@ -103,6 +110,12 @@
             <version>1.2.12</version>
         </dependency>
 
+        <!--澧炲姞log4j2渚濊禆鈫�-->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-log4j2</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.3