서버 실행 중에 코드를 변경하면 바로 반영함(f5키 누르기)
1.
dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
}
build.gradle에 SpringBoot DevTools 의존성 추가
2.
File -> Settings -> Advanced Settings > Allow auto-make to start even if developed application is currently running 체크
참고 👇
https://kim-oriental.tistory.com/8
반응형
'IDE > Intellij' 카테고리의 다른 글
[Intellij] Module not found (0) | 2023.12.24 |
---|---|
Intellij 이유 없는 에러 (0) | 2023.06.18 |
[Error] Java cannot find symbol java.util.Optional#isEmpty (0) | 2022.03.26 |
디버깅 속도가 느려졌을 때 (0) | 2022.02.08 |
Local History (0) | 2022.01.15 |