static 캐시 설정

This commit is contained in:
Rinjae
2026-01-18 19:42:59 +09:00
parent 3754d97f21
commit 7d22bd3e0c
5 changed files with 38 additions and 0 deletions
+8
View File
@@ -3,6 +3,14 @@ server.port: '30200'
spring:
jta:
enabled: true
web:
resources:
cache:
period: 0 # 캐시 비활성화 (개발 환경)
cachecontrol:
max-age: 0
must-revalidate: true
no-cache: true
jpa:
properties:
hibernate: