[Spring]Spring Boot Devtools 설정
예시-IntelliJ 1. Spring Boot Devtools Dependencies 추가 하단의 Dependencies에서 spring-boot-devtools 검색 후 Add 버튼으로 의존성 추가 2. Allow auto-make to start even if developed application is currently running 체크 Preferences > Advanced Settings > Compiler : Allow auto-make to start even if developed application is currently running 체크 3. Build project automatically 체크 Preferences > Build, Execution, Deployment > ..