Spring Boot Devtools : 애플리케이션 개발 시 유용한 기능들을 제공하는 모듈이다. classpath에 있는 파일이 변경될때마다 애플리케이션을 자동으로 재시작 해준다 빌드관리도구 : maven pom.xml org.springframework.boot spring-boot-devtools true 2.application-properties spring.devtools.restart.enabled=true advanced settings 에서 Allow auto-make to start even if developed application is currently running 항목 체크하기 4. Build project automatically 여기까지 하면 바뀌는걸 볼수있다. 출처 : 스..