- EMS/Gateway 데이터소스 JNDI 설정으로 전환
- Hibernate Dialect 및 NamingStrategy 적용 - 불필요한 Proxy 및 로깅 설정 제거
This commit is contained in:
@@ -21,41 +21,23 @@ spring:
|
|||||||
|
|
||||||
ems:
|
ems:
|
||||||
datasource:
|
datasource:
|
||||||
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1598/DAPM
|
jndi-name: jdbc/dsOBP_EMS
|
||||||
# jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM
|
schema: EMSAPP
|
||||||
# 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
|
|
||||||
|
|
||||||
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||||
|
entity-package: com.eactive.apim.portal
|
||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
datasource:
|
datasource:
|
||||||
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1598/DAPM
|
jndi-name: jdbc/dsOBP_AGW
|
||||||
# jdbc-url: jdbc:oracle:thin:@//localhost:1599/DAPM
|
schema: AGWAPP
|
||||||
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
|
|
||||||
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||||
username: AGWAPP
|
entity-package: com.eactive.eai.data.entity.onl
|
||||||
password: elink1234
|
|
||||||
|
|
||||||
portal:
|
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:
|
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user