-
Kotlin, Springboot, gradle Swapping카테고리 없음 2019. 10. 26. 19:58
kotlin spring boot gradle swapping .
Preferences -> compiler -> Build projet automatically
Run/Debug Configurations (update resources or Update Class and update resources)
dcommand + shift + A action창 열기 -> compiler.automake.allow.when.app.running 활성화
build.gradle.kts
implementation("org.springframework.boot:spring-boot-devtools")
application.yml
spring: devtools: livereload: enabled: true