Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

main

[Spring boot/Gradle] spring-boot-devtools 추가하기 (IntelliJ) 본문

Java/Spring

[Spring boot/Gradle] spring-boot-devtools 추가하기 (IntelliJ)

1984 2023. 4. 11. 03:22

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
Comments