관련 링크 : https://zeroturnaround.com/software/jrebel/quickstart/intellij/enable-automatic-compilation-in-intellij-idea/


1. 인텔리제이 환경설정 - 컴파일러 옵션에서

"Make project automatically" (혹은 "Build project automatically")

기능을 켜고,


2. Ctrl + Shift + A (mac 에서는 Cmd + Shift + A) 누르고 검색창에서 Registry 를 검색해서 연다.


3. "compiler.automake.allow.when.app.running" 기능을 켠다.



* 컴파일러 옵션을 켜도 레지스트리 옵션을 키지 않으면 적용되지 않는다.

* 단순 코드 테스트를 위한 application 프로젝트 수행 시 적용하는 부분으로, 웹 프로젝트의 디플로이 및 업데이트와는 다른 부분이다.

+ Recent posts