45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
spring:
|
|
jta:
|
|
enabled: false
|
|
config:
|
|
activate:
|
|
on-profile: dev
|
|
jpa:
|
|
properties:
|
|
hibernate:
|
|
show_sql: false
|
|
format_sql: false
|
|
use_sql_comments: true
|
|
devtools:
|
|
restart:
|
|
enabled: false
|
|
additional-exclude: logback*.xml
|
|
livereload:
|
|
enabled: true
|
|
thymeleaf:
|
|
cache: false
|
|
|
|
ems:
|
|
datasource:
|
|
jndi-name: jdbc/dsOBP_EMS
|
|
schema: EMSAPP
|
|
|
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
|
entity-package: com.eactive.apim.portal
|
|
|
|
gateway:
|
|
datasource:
|
|
jndi-name: jdbc/dsOBP_AGW
|
|
schema: AGWAPP
|
|
|
|
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
|
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
|
entity-package: com.eactive.eai.data.entity.onl,com.eactive.apim.gateway.data.statistics.entity
|
|
|
|
|
|
portal:
|
|
# auth-virtual-code: 654321
|
|
dev:
|
|
# application.yml의 `page:` 트리(브레드크럼/메뉴 이름) 라이브 반영
|
|
hot-reload-pages: true |