From fb28a31da1295c61a348ff328e97eb8b0d7925b3 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 9 Jun 2026 16:16:48 +0900 Subject: [PATCH] =?UTF-8?q?-=20EMS/Gateway=20=EB=8D=B0=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=EC=86=8C=EC=8A=A4=20JNDI=20=EC=84=A4=EC=A0=95=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=84=ED=99=98=20-=20Hibernate=20Dialect=20?= =?UTF-8?q?=EB=B0=8F=20NamingStrategy=20=EC=A0=81=EC=9A=A9=20-=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20Proxy=20=EB=B0=8F=20=EB=A1=9C?= =?UTF-8?q?=EA=B9=85=20=EC=84=A4=EC=A0=95=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 44 ++++++++------------------ 1 file changed, 13 insertions(+), 31 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 3bff6e4..f244786 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -21,41 +21,23 @@ spring: ems: datasource: - jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1598/DAPM -# jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM -# 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: elink1234 + jndi-name: jdbc/dsOBP_EMS + schema: EMSAPP + hibernate-dialect: org.hibernate.dialect.Oracle12cDialect + hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy + entity-package: com.eactive.apim.portal gateway: datasource: - jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1598/DAPM -# jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM -# 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: elink1234 + jndi-name: jdbc/dsOBP_AGW + schema: AGWAPP + + hibernate-dialect: org.hibernate.dialect.Oracle12cDialect + hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy + entity-package: com.eactive.eai.data.entity.onl + portal: auth-virtual-code: 654321 - test-auth-notice-enabled: true - -logging: - level: - org.hibernate.SQL: DEBUG - org.hibernate.type.descriptor.sql.BasicBinder: TRACE - -proxy: - targets: - stg: http://localhost:10000/monitoring - prod: http://localhost:10000/monitoring - -# stg: http://inter-ndapiap01.k-bank.com:7090/monitoring -# prod: http://inter-ndapiap01.k-bank.com:7090/monitoring - timeout: - connect: 5000 - read: 5000 + test-auth-notice-enabled: true \ No newline at end of file