Engineering Note

[IntelliJ] IntelliJ에 spring-dev-tools 적용하기, 환경설정 본문

Tip

[IntelliJ] IntelliJ에 spring-dev-tools 적용하기, 환경설정

Software Engineer Kim 2025. 7. 4. 09:56

https://docs.spring.io/spring-boot/reference/using/devtools.html 이나 메이븐 포지토리에서 원하는 버전의 dev-tools를 찾아, 의존성 추가 코드를 추가해준다.

 

Project Settings(Command + ,) > Build, Execution, Deployment > Compiler 에서 Build project automaticcaly 체크



Project Settings(Command + ,) > Build, Execution, Deployment > Advanced Settings 에서 Aullow auto-make to start event if developed application is currently running 체크

Comments