Files
eapim-portal/src/main/resources/application-dev.yml
T
Rinjae 766341540d
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled
개발가이드 Base URL 동적 처리, Mock 응답 인증 로직 추가:
- GuideProperty 이용 개발가이드 GW URL 동적 주입
- sample/mock 응답 유형의 인증 절차 생략 로직 추가
- Webhook 이벤트 코드명/JSON 값 수정
2026-08-11 11:46:49 +09:00

51 lines
1.5 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
server:
# 앞단 프록시(OHS 등) 경유 환경. ForwardedHeaderFilter 가 scheme/host/port/remoteAddr 을 교정한다.
# 상세 주석은 application.yml 의 동일 키 참고. /internal/** 은 필터에서 제외된다
# (PortalConfigForwardedHeader — 원 소켓 IP 기반 허용 IP 검사를 보존하기 위함).
forward-headers-strategy: framework