DB스키마 변경 AGWADM->AGWAPP, EMSADM->EMSAPP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user