From a19e218f8d3bb9e5a4ec3410738ef7ed0ef7786e Mon Sep 17 00:00:00 2001 From: zer0Black Date: Wed, 30 Aug 2023 16:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86log=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adc-da-main/pom.xml | 6 ++++++ adc-da-report/pom.xml | 22 ++++++++++++++++++++++ pom.xml | 7 +++---- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/adc-da-main/pom.xml b/adc-da-main/pom.xml index 1dbd51f..b8eb0a6 100644 --- a/adc-da-main/pom.xml +++ b/adc-da-main/pom.xml @@ -144,6 +144,12 @@ com.adc adc-da-report 2.5.0 + + + log4j-core + org.apache.logging.log4j + + diff --git a/adc-da-report/pom.xml b/adc-da-report/pom.xml index e38e5bf..1221a83 100644 --- a/adc-da-report/pom.xml +++ b/adc-da-report/pom.xml @@ -28,6 +28,16 @@ org.springframework.boot spring-boot-starter-web + + + spring-boot-starter-logging + org.springframework.boot + + + logback-classic + ch.qos.logback + + org.springframework.boot @@ -118,6 +128,18 @@ spring-boot-starter-data-redis + + ch.qos.logback + logback-classic + 1.2.11 + + + + ch.qos.logback + logback-core + 1.2.11 + + diff --git a/pom.xml b/pom.xml index 7681dd4..13e50a2 100644 --- a/pom.xml +++ b/pom.xml @@ -220,13 +220,13 @@ org.apache.logging.log4j log4j-api - 2.16.0 + 2.17.0 org.apache.logging.log4j log4j-to-slf4j - 2.16.0 + 2.17.0 @@ -531,10 +531,9 @@ - - +