DB스키마 변경 AGWADM->AGWAPP, EMSADM->EMSAPP

This commit is contained in:
eastargh
2026-05-28 10:57:50 +09:00
parent 1122db4e00
commit 157c66ca9d
4 changed files with 16 additions and 9 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ sample-code-path: classpath:/templates/sample_code
ems:
datasource:
jndi-name: jdbc/dsOBP_EMS
schema: EMSADM
schema: EMSAPP
driver-class-name: oracle.jdbc.OracleDriver
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
@@ -69,7 +69,7 @@ ems:
gateway:
datasource:
jndi-name: jdbc/dsOBP_AGW
schema: AGWADM
schema: AGWAPP
driver-class-name: oracle.jdbc.OracleDriver
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect