java/Spring Boot

spring boot devtools 기능 및 적용

내가 만드는게 길이 된다 2023. 10. 5. 15:11

spring boot devtools  기능 및 적용

1. 기능 : 코드 변경후 재시작없이 확인
2. 적용방법 : spring boot 버전에 맞게 적용
dependencies {
..
implementation 'org.springframework.boot:spring-boot-devtools:2.2.13.RELEASE'
...

}

참조 : https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools