[ 환경 ] IntelliJ IDEA 2023.1.4 (Ultimate Edition) Srping Boot Gradle 의존성 추가 dependencies { developmentOnly("org.springframework.boot:spring-boot-devtools") } IntelliJ 설정 ItelliJ의 메뉴에서 ItelliJ IDEA -> Preferences를 선택한다. (윈도우 file -> Settings) Preferences에서 Advanced Setting를 선택한 후 'Allow auto-make to start even if developed application is currently running'에 체크한다. 이는 애플리케이션을 실행한 후 코드를 수정하면 자동으로 재시작..