예시-IntelliJ
1. Spring Boot Devtools Dependencies 추가
하단의
Dependencies에서 spring-boot-devtools 검색 후 Add 버튼으로 의존성 추가
2. Allow auto-make to start even if developed application is currently running 체크
Preferences > Advanced Settings > Compiler : Allow auto-make to start even if developed application is currently running 체크
3. Build project automatically 체크
Preferences > Build, Execution, Deployment > Compiler > Build project automatically 체크
'프로그래밍 > Java' 카테고리의 다른 글
[Spring] Synology Nas https SSL 적용 (0) | 2022.01.21 |
---|---|
[Spring]SpringBoot Build (0) | 2022.01.18 |