본문 바로가기
JAVA

Spring Boot 에서 Automatic Restart 적용하기

by HCastle 2022. 2. 15.
반응형

소스를 수정할 때 마다 수동으로 Build 하는 것이 귀찮다면 아래와 같이 세팅하면?

아래와 같이 세팅하면 소스가 변경될 때마다 애플리케이션을 자동으로 재시작해 준다.

 

Automatic Restart 적용하기

  1. Settings > Build, Execution, Deployment > Compiler > Build project automatically 체크
  2. Settings > Advanced Settings > Allow auto-make to start even if developed application is currently running 체크


반응형

댓글