spring.thymeleaf.cache=false

2021. 12. 13. 15:05thymeLeaf

캐싱 없이 thymeleaf를 수정하면 바로 반영되도록 하는 설정이다.

https://countryxide.tistory.com/8

[Spring Boot] Thymeleaf 템플릿 캐시 설정

스프링부트의 Thymeleaf 템플릿 결과는 캐싱하는 것이 디폴트 값이다. 즉, 개발할 때 Thymeleaf를 수정하고 브라우저를 새로고침하면 바로 반영이 되지 않는다. 따라서 개발을 할 때에는 false로 해 주

countryxide.tistory.com

'thymeLeaf' 카테고리의 다른 글

jsp 파일첨부 관련 참고  (0) 2022.02.09
thymeleaf - application 변수 사용  (0) 2022.01.17
Thymelead layout  (0) 2022.01.04
th:onclick  (0) 2021.12.13
java.lang.NumberFormatException: For input string  (0) 2021.11.16