spring.thymeleaf.cache=false
캐싱 없이 thymeleaf를 수정하면 바로 반영되도록 하는 설정이다. https://countryxide.tistory.com/8 [Spring Boot] Thymeleaf 템플릿 캐시 설정 스프링부트의 Thymeleaf 템플릿 결과는 캐싱하는 것이 디폴트 값이다. 즉, 개발할 때 Thymeleaf를 수정하고 브라우저를 새로고침하면 바로 반영이 되지 않는다. 따라서 개발을 할 때에는 false로 해 주 countryxide.tistory.com
2021.12.13