1. build.gradle 파일을 열고 아래와 같은 코드를 추가한다.

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

Intellij에서는 기본적으로 연결된 프로젝트의 SVN 끊는 기능을 제공해주지 않는다. 

필요하다면 다음과 같은 방법으로 프로젝트의 SVN을 끊어야 한다.

 

1. Plugin 설치
Ctrl + Alt + S (File → Settings) ▶ Plugins

SVN Disconnect 플러그인

2. Intellij Restart

 

3. SVN ▶ SVN Disconnect

SVN Disconnect

'IDE > Intellij' 카테고리의 다른 글

[Intellij] Gradle_자동빌드세팅  (0) 2022.09.23

+ Recent posts