[IntelliJ] Spring 서버 재시작 없이 반영 Spring 서버 재시작 없이 반영 1. Dependency 추가 dependencies { ... developmentOnly "org.springframework.boot:spring-boot-devtools" ... } 2. application.yml 추가 devtools: livereload: enabled: true restart: enabled: true thymeleaf: cache: false 3. IntelliJ 설정 Preferences(command + ,) → Compiler → Build project automatically 체크 shift 연속 두번 → Registry → compiler.automake.allow.when.app.running 체크 2021. 7. 19. 이전 1 다음 반응형