목차
728x90
반응형
1. 의존성(Dependency) 추가
build.gradle 수정
dependencies {
implementation 'org.springframework.boot:spring-boot-devtools'
}
참고) dependencies 우클릭 > Generate > Add dependency > 검색 > Add 로 추가 가능

2. IntelliJ 설정
1) Setting > Build, Exeution, Deployment > Compiler > Build project autiomaically 체크

2) Advanced Settings > Allow auto-make to start even if developed application is currently running 체크

3. Load Gradle Changes 클릭

4. Project 재시작
5. 끝.
728x90
반응형
'Backend > SpringBoot' 카테고리의 다른 글
728x90
반응형
1. 의존성(Dependency) 추가
build.gradle 수정
dependencies {
implementation 'org.springframework.boot:spring-boot-devtools'
}
참고) dependencies 우클릭 > Generate > Add dependency > 검색 > Add 로 추가 가능

2. IntelliJ 설정
1) Setting > Build, Exeution, Deployment > Compiler > Build project autiomaically 체크

2) Advanced Settings > Allow auto-make to start even if developed application is currently running 체크

3. Load Gradle Changes 클릭

4. Project 재시작
5. 끝.
728x90
반응형