반응형
spring-boot-devtools
여러가지 기능을 가지고 있지만 아래의 인텔리제이 설정은 Automatic Restart 부분에만 해당.
Automatic Restart : 개발 단계에서 자바 파일이 수정되는 경우 자동으로 어플리케이션을 재시작
아래의 사이트에 접속하여 원하는 버전을 추가합니다.
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools
- File -Settings
- Advenced Settings - Allow auto-make to start even if developed application is currently running 체크
- Build, Execution, Deployment - Compiler - Build project automatically 체크
반응형
'SPRING > Intelli J' 카테고리의 다른 글
[Intelli J]Spring boot Gradle Build (0) | 2024.03.21 |
---|---|
[Intelli J] JAVA 버전 변경 및 Gradle JVM 변경 (0) | 2024.03.20 |