spring-boot-devtools를 의존성에 추가하면 개발의 편한 환경이 갖춰집니다.
<!-- pom.xml -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
참고
https://wordbe.tistory.com/entry/Spring-Boot-Devtools-restart-reloading