build.gradle
dependencies {
.
.
.
implementation 'org.springframework.boot:spring-boot-devtools'
.
.
.
}
spring boot 1.x 버전대
- application.yml
server.jsp-servlet.init-parameters.development: true
spring boot 2.x 버전대
- application.yml
spring.devtools.livereload.enabled: true
최근댓글