static 캐시 설정
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user