[Spring Boot] Hot Reload

exoluse·2021년 12월 10일
0

Spring

목록 보기
5/11
post-thumbnail

dependency check

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
</dependency>

application.properties

spring.devtools.livereload.enabled=true

0개의 댓글