IDE/IntelliJ
IntelliJ spring-devtools 설정
Tada.*+
2023. 6. 16. 15:50
728x90
File > settings > Compiler 또는 ctrl + alt + s
build.gradle 소스 dependencies 영역에 코드 추가
dependencies {
compileOnly 'org.springframework.boot:spring-boot-devtools'
}
728x90