# 참조
- https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html
- https://spring.io/blog/2015/06/17/devtools-in-spring-boot-1-3
# spring boot를 로컬에서 테스트할때, jsp 등의 수정이 자동으로 반영되지 않는것 같다.
# pom 추가
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
# application.properties 설정
- spring.devtools.livereload.enabled=true