DB스키마 변경 AGWADM->AGWAPP, EMSADM->EMSAPP
This commit is contained in:
@@ -173,13 +173,13 @@ com.eactive.apim.portal/
|
||||
|
||||
1. **EMS Database** (Portal/Admin)
|
||||
- JNDI: `jdbc/dsOBP_EMS`
|
||||
- Schema: `EMSADM`
|
||||
- Schema: `EMSAPP`
|
||||
- Entities: `com.eactive.apim.portal.apps.*`
|
||||
- 목적: 포털 사용자, 조직, API 키, 승인
|
||||
|
||||
2. **Gateway Database** (API Specs)
|
||||
- JNDI: `jdbc/dsOBP_AGW`
|
||||
- Schema: `AGWADM`
|
||||
- Schema: `AGWAPP`
|
||||
- Entities: `com.eactive.eai.data.entity.onl.*`
|
||||
- 목적: API 명세, 서비스, 메시지
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@ portal:
|
||||
ems:
|
||||
datasource:
|
||||
jndi-name: jdbc/dsOBP_EMS
|
||||
schema: EMSADM
|
||||
schema: EMSAPP
|
||||
|
||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||
@@ -39,7 +39,7 @@ ems:
|
||||
gateway:
|
||||
datasource:
|
||||
jndi-name: jdbc/dsOBP_AGW
|
||||
schema: AGWADM
|
||||
schema: AGWAPP
|
||||
|
||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user