From dbcd538fc17c5af71bd0676b0a35ef779dbff476 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 29 Oct 2025 13:15:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EC=BB=AC=20=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 17 +++++++++++++++++ src/main/resources/logback-debug.xml | 14 ++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 9b9da74..09dae30 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -18,6 +18,23 @@ spring: thymeleaf: cache: false +ems: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: EMSAPP + password: EMSAPP123! + + +gateway: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: AGWAPP + password: AGWAPP123! + portal: auth-virtual-code: 654321 diff --git a/src/main/resources/logback-debug.xml b/src/main/resources/logback-debug.xml index 9edde75..a322856 100644 --- a/src/main/resources/logback-debug.xml +++ b/src/main/resources/logback-debug.xml @@ -2,7 +2,7 @@ - + @@ -47,14 +47,16 @@ - + - + + + @@ -65,7 +67,7 @@ - - - + + + \ No newline at end of file