Files
eapim-portal/src/main/resources/application-prod.yml
T
Rinjae e242d3ed06
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled
- 모바일 약관 탭 UI 개선 - 스크롤 추가 및 스타일 조정
- 필수 입력 경고 메세지 추가 및 인증 미완료 경고 추가
2026-06-24 15:32:18 +09:00

32 lines
848 B
YAML

spring:
jta:
enabled: true
config:
activate:
on-profile: prod
web:
resources:
cache:
period: 86400 # 1일 (운영 환경 - 캐시 활성화)
cachecontrol:
max-age: 86400
public: true
# 정적자원 콘텐츠 해시 버전닝은 PortalConfigWebDispatcherServlet 가 prod 프로파일에서
# 항상 ON 으로 수행한다(app.resource-versioning.enabled 토글 무시).
# 해시 URL + 장기 캐시(max-age 86400)로 배포 시 자동 캐시 무효화.
jpa:
properties:
hibernate:
show_sql: false
format_sql: false
use_sql_comments: true
devtools:
restart:
enabled: false
livereload:
enabled: true
thymeleaf:
cache: false
portal:
test-auth-notice-enabled: false # prod 환경: UI 안내 미표시