IT/Spring
intelliJ devtool live reload
민쌍
2020. 6. 3. 21:39
VS Code, Eclipse 등 IDE 에서는 devtool DI -> 자동으로 complie, build 진행
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<!-- <scope>runtime</scope>-->
<!-- <optional>true</optional>-->
</dependency>
intelliJ 반응이 없음
해결방안
1. application.properties, application.yml
spring.devtools.livereload.enabled=true
2. intelliJ 설정 변경
https://jojoldu.tistory.com/48
728x90
반응형