인텔리제이 spring-boot reload
● Backend
1. Preference - gradle - build and run using / run test using : 인텔리제이로 변경
2. Preference - Build, Execution, Deployment - Compiler - Build project automatically 체크
3. Registry - complier.automake.allow.when.app.running 체크
( 2021.2버전 이후)
3. Preference - Advanced Settings - compiler - Allow auto-make to start even if developed application is currently running 체크
● Frontend
Edit Configuration - Spring Boot - Running Application Update Policies
- On 'Update' action : How swap classes and update trigger file if failed
- On frame deactivation : Update classes and resources
SpringBoot에서 template, static resource 실시간 반영하기 (spring-boot-devtools)
Intellij + SpringBoot + Template Engine 조합으로 웹 개발을 하다보면 정말 노가다라고 느껴지는게 정적 리소스 갱신을 위한 서버 restart이다. 무슨 말이냐하면 SpringBoot로 프로젝트를 생성하면 이전처럼 w
jojoldu.tistory.com
lhb0517.tistory.com/entry/SpringIntelliJ-SpringBoot-HotSwap-with-IntelliJ
[Spring][IntelliJ] SpringBoot HotSwap with IntelliJ [2019-02-19 Updated]
참고 : https://stackoverflow.com/questions/35895730/spring-boot-devtools-static-content-reloading-does-not-work-in-intellij https://docs.spring.io/spring-boot/docs/current/reference/html/howto-hots..
lhb0517.tistory.com
● 인텔리제이 gradle dependency refresh
Gradle -> 프로젝트 우클릭 -> Refresh external project