From 3f0e36e0e19a117144d4ab66237fcf9956a77d49 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 9 Aug 2021 10:49:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=BC=EB=A6=AC=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +++ .../spring/context-datasource.xml | 87 +++++++++++-------- src/main/resources/log4j2.xml | 21 ++++- 3 files changed, 77 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 0b341cc0..77f17bd5 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,11 @@ + + org.springframework + spring-jdbc + ${spring.maven.artifact.version} + org.mariadb.jdbc mariadb-java-client @@ -240,6 +245,12 @@ commons-dbcp 1.4 + + org.lazyluke + log4jdbc-remix + 0.2.7 + + diff --git a/src/main/resources/egovframework/spring/context-datasource.xml b/src/main/resources/egovframework/spring/context-datasource.xml index e5980c10..8304b063 100644 --- a/src/main/resources/egovframework/spring/context-datasource.xml +++ b/src/main/resources/egovframework/spring/context-datasource.xml @@ -1,38 +1,49 @@ - - - - - - - classpath:/egovframework/egovProps/globals.properties - - - - - - - - - - - - - - - - - - - - - + + + + + + + classpath:/egovframework/egovProps/globals.properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 52f9ea21..0c391df1 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -6,17 +6,30 @@ - + - + - + - + + + + + + + + + + + + + +