개발/IntelliJ
[IntelliJ] spring-boot-devtools 설정
IntelliJ 에서의 devtools 를 사용하기 위한 기본적인 내용을 다룸. 1) spring-boot-devtools 해당 의존은 패키지의 소스 변경이 발생할 경우 자동으로 빌드를 진행하고 결과를 바로 확인 할 수 있거나, 리소스의 변경이 이루어질 경우 새로 고침을 하는 등 Spring Boot 개발을 진행 할때 편리한 도구가 포함된 라이브러리 입니다. 더보기 https://docs.spring.io/spring-boot/docs/1.5.16.RELEASE/reference/html/using-boot-devtools.html 2) 참조 추가 # Maven org.springframework.boot spring-boot-devtools runtime true # Gradle dependencies..