From a83bb209346744e19baeb2c875944df9533ed7cf Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 11 Sep 2025 16:01:10 +0900 Subject: [PATCH] =?UTF-8?q?weblogic=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 7 ------- src/main/resources/logback-spring.xml | 10 ++++++++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 4300917..86d76b8 100644 --- a/build.gradle +++ b/build.gradle @@ -14,13 +14,6 @@ targetCompatibility = "1.8" def nexusUrl = "https://nexus.eactive.synology.me:8090" -repositories { - mavenCentral() - maven { - url "${nexusUrl}/repository/maven-public/" - allowInsecureProtocol = true - } -} dependencies { annotationProcessor "org.projectlombok:lombok:1.18.28" diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index c474eab..18392b2 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ 7 - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n @@ -35,6 +35,12 @@ + + + + + +