본문 바로가기
기타

[intellij] 서버 재 시작 없이 코드 반영하기

by bright17 2022. 7. 8.

Run/Debug Configurations 설정

Run > Edit Configurations

Build and Run에서 아래 두 항목 추가

  • on ‘update’ action → Update classes and resurces
  • on frame deactivation → Update classes and resurces

두 속성이 보이지 않는 경우 Modify options 를 클릭하면 있다.

 

이후 서버를 재 시작하면 작업을 진행할 때마다 빌드를 해주지 않아도 자동으로 빌드를 해준다.