DB스키마 변경 AGWADM->AGWAPP, EMSADM->EMSAPP
This commit is contained in:
@@ -173,13 +173,13 @@ com.eactive.apim.portal/
|
|||||||
|
|
||||||
1. **EMS Database** (Portal/Admin)
|
1. **EMS Database** (Portal/Admin)
|
||||||
- JNDI: `jdbc/dsOBP_EMS`
|
- JNDI: `jdbc/dsOBP_EMS`
|
||||||
- Schema: `EMSADM`
|
- Schema: `EMSAPP`
|
||||||
- Entities: `com.eactive.apim.portal.apps.*`
|
- Entities: `com.eactive.apim.portal.apps.*`
|
||||||
- 목적: 포털 사용자, 조직, API 키, 승인
|
- 목적: 포털 사용자, 조직, API 키, 승인
|
||||||
|
|
||||||
2. **Gateway Database** (API Specs)
|
2. **Gateway Database** (API Specs)
|
||||||
- JNDI: `jdbc/dsOBP_AGW`
|
- JNDI: `jdbc/dsOBP_AGW`
|
||||||
- Schema: `AGWADM`
|
- Schema: `AGWAPP`
|
||||||
- Entities: `com.eactive.eai.data.entity.onl.*`
|
- Entities: `com.eactive.eai.data.entity.onl.*`
|
||||||
- 목적: API 명세, 서비스, 메시지
|
- 목적: API 명세, 서비스, 메시지
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spring:
|
|||||||
jpa:
|
jpa:
|
||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
show_sql: false
|
show_sql: true
|
||||||
format_sql: true
|
format_sql: true
|
||||||
use_sql_comments: true
|
use_sql_comments: true
|
||||||
devtools:
|
devtools:
|
||||||
@@ -21,7 +21,8 @@ spring:
|
|||||||
|
|
||||||
ems:
|
ems:
|
||||||
datasource:
|
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/DAPM
|
||||||
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
|
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
@@ -31,7 +32,8 @@ ems:
|
|||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
datasource:
|
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/DAPM
|
||||||
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
|
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
@@ -42,6 +44,11 @@ portal:
|
|||||||
auth-virtual-code: 654321
|
auth-virtual-code: 654321
|
||||||
test-auth-notice-enabled: true
|
test-auth-notice-enabled: true
|
||||||
|
|
||||||
|
logging:
|
||||||
|
level:
|
||||||
|
org.hibernate.SQL: DEBUG
|
||||||
|
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
targets:
|
targets:
|
||||||
stg: http://localhost:10000/monitoring
|
stg: http://localhost:10000/monitoring
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ portal:
|
|||||||
ems:
|
ems:
|
||||||
datasource:
|
datasource:
|
||||||
jndi-name: jdbc/dsOBP_EMS
|
jndi-name: jdbc/dsOBP_EMS
|
||||||
schema: EMSADM
|
schema: EMSAPP
|
||||||
|
|
||||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||||
@@ -39,7 +39,7 @@ ems:
|
|||||||
gateway:
|
gateway:
|
||||||
datasource:
|
datasource:
|
||||||
jndi-name: jdbc/dsOBP_AGW
|
jndi-name: jdbc/dsOBP_AGW
|
||||||
schema: AGWADM
|
schema: AGWAPP
|
||||||
|
|
||||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ sample-code-path: classpath:/templates/sample_code
|
|||||||
ems:
|
ems:
|
||||||
datasource:
|
datasource:
|
||||||
jndi-name: jdbc/dsOBP_EMS
|
jndi-name: jdbc/dsOBP_EMS
|
||||||
schema: EMSADM
|
schema: EMSAPP
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
|
|
||||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
@@ -69,7 +69,7 @@ ems:
|
|||||||
gateway:
|
gateway:
|
||||||
datasource:
|
datasource:
|
||||||
jndi-name: jdbc/dsOBP_AGW
|
jndi-name: jdbc/dsOBP_AGW
|
||||||
schema: AGWADM
|
schema: AGWAPP
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
|
|
||||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
|
|||||||
Reference in New Issue
Block a user