From 0c7465bb8d2899363ea93eb9246199bee097e88f Mon Sep 17 00:00:00 2001 From: zt <921646028@qq.com> Date: Thu, 4 Aug 2022 15:00:33 +0800 Subject: [PATCH 1/2] test --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1db051c..bed83f6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,3 @@ logging.level.com.example.demo=debug -server.port=8081 \ No newline at end of file +server.port=8082 \ No newline at end of file -- Gitee From fd995a30f272214e5295b7d91622367ba50d0b45 Mon Sep 17 00:00:00 2001 From: zt <921646028@qq.com> Date: Thu, 4 Aug 2022 15:39:49 +0800 Subject: [PATCH 2/2] test --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f8aad2e..9c7072e 100644 --- a/pom.xml +++ b/pom.xml @@ -59,9 +59,9 @@ 1.7.36 - log4j - log4j - 1.2.17 + org.apache.logging.log4j + log4j-core + 2.17.2 -- Gitee