Devtools는 스프링 부트에서 제공하는 편의 기능으로
개발할 때, 코드를 수정하게 되면 웹에서도 보여지는 것이 바뀌려면
앱을 재실행 해야된다.
이런 불편한 요소를 해결해주는것이 Devtools이다.
dependencies {
implementation("org.springframework.boot:spring-boot-devtools")
}
Allow auto-make to start even if developed application is currently running 체크