springboot 热加载

1
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
2. file->settings /compiler build project automatically
3. shift + ctrl + alt + /
Maintenance compiler.automake.allow.when.app.running

posted @ 2018-04-10 15:47  anjunact  阅读(74)  评论(0编辑  收藏  举报