Closed juwon-code closed 10 months ago
Add VM Options
에 - Dspring.profiles.include=local로 대체합니다.On update action
과 On frame deactivation
을 Update classes and resources로 설정합니다.Allow auto-make to start even if developed application is currently running
을 활성화합니다.Build project automatically
를 활성화합니다.
# Spring Devtools Settings
spring.devtools.livereload.enabled=true
spring.devtools.restart.enabled=true
spring.thymeleaf.cache=false
※ 단, 배포할 때는 live reload 기능은 끄고, cache는 활성화해야 합니다.
### Reference
- [스프링부트 프로젝트의 클래스 또는 리소스 수정 후 자동으로 재시작하기](https://colabear754.tistory.com/196)
Description
정적 리소스, 동적 리소스 코드를 수정했을 때, 애플리케이션이 자동으로 재시작되지 않는 문제가 발생합니다.
Reproduce
Expected
리소스가 수정될 때, 자동으로 서버가 재실행되어야 합니다.