728x90
먼저, 기본적인 Live reload 설정(Devtools 의존성 추가, Copiler에서 Auto설정 등)을 했다고 가정한다.
검색해서 나온 설정을 해도 Live Reload가 적용이 안될 때가 있는데 그럴때는
1. Html Reload
spring.thymeleaf.cache=false
spring.thymeleaf.prefix=file:src/main/resources/templates/
2. Css, Js Reload
spring.resources.static-locations=file:src/main/resources/static/
위와 같이 application.properties를 설정해주면 된다!!!
728x90
'Spring Boot' 카테고리의 다른 글
[Spring Boot] 2대 이상의 서버에서 세션 저장소 설정 방법 (0) | 2020.12.03 |
---|---|
[Spring Boot] template might not exist or might not be accessible by any of the configured template resolvers 오류 해결 (0) | 2020.11.26 |
[Spring Boot] 쉽게 에러 페이지 Customizing 하는 법 (0) | 2020.08.23 |
[Spring Boot] Spring Boot 2.2.x Version 에서 JUnit5 to JUnit4 (0) | 2020.08.18 |
[Spring Boot] Customizing the Banner (0) | 2020.08.18 |