본문 바로가기
Backend/Spring

[Spring Boot/Gradle] spring-dev-tools 추가

by unknownomad 2025. 1. 20.

1. 의존성 추가

build.gradle
dependencies {
    implementation 'org.springframework.boot:spring-boot-devtools'
}

 

2. 인텔리제이 설정 세팅

Settings > Build, Execution, Deployment > Compiler > ✔️ Build project automatically 

Settings > Advanced Settings > ✔️ Allow auto-make to start even if developed application is currently running

 

3. Gradle 변경사항 업데이트

 

4. 프로젝트 재시작

'Backend > Spring' 카테고리의 다른 글

CGLIB 프록시  (0) 2025.03.01
[Spring] JAR & WAR  (0) 2025.02.11
Java Validation, Spring Validation  (0) 2024.03.25
Spring Security Architecture / 스프링 시큐리티 구조  (1) 2023.11.20
Spring Bean Life Cycle / 스프링 빈 생명주기  (0) 2023.11.07

댓글