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
+10 -3
View File
@@ -7,7 +7,7 @@ spring:
jpa:
properties:
hibernate:
show_sql: false
show_sql: true
format_sql: true
use_sql_comments: true
devtools:
@@ -21,7 +21,8 @@ spring:
ems:
datasource:
jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM
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
@@ -31,7 +32,8 @@ ems:
gateway:
datasource:
jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM
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
@@ -42,6 +44,11 @@ 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