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
+9
View File
@@ -25,6 +25,15 @@ spring:
jpa:
open-in-view: false
web:
resources:
cache:
period: 0 # 캐시 비활성화 (개발환경)
cachecontrol:
max-age: 0
must-revalidate: true
no-cache: true
jta:
enabled: true
atomikos: