Files
eapim-portal/src/main/resources/application-dev.yml
T
Rinjae b29882c0b2
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled
이메일 인증 흐름 개선 및 테스트 환경 대응:
- 가입 시 이메일 인증 여부 검증 로직 추가
- 테스트 환경에서 인증번호 UI 출력 및 관리 개선
- 리다이렉트 시 기본 모델 노출 방지 Bean 설정 추가
2026-07-28 15:13:55 +09:00

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