1. build.gradle 파일을 열고 아래와 같은 코드를 추가한다.
developmentOnly("org.springframework.boot:spring-boot-devtools")
2. File ▶Settings ▶ Compiler에서 Build project automatically를 선택한다.
3. File ▶Settings ▶ Advanced Settings에서 Allow auto-make로 시작하는 부분을 선택한다.
'IDE > Intellij' 카테고리의 다른 글
[Intellij] SVN disconnect (0) | 2022.09.16 |
---|