SpringBoot3 热加载
2018-11-03 本文已影响0人
kason_zhang
(1) pom文件:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>
(2) Settings 配置
![](https://img.haomeiwen.com/i2778947/2cd73da40dc97f63.png)
(3) 按ctrl+shift+alt+/
![](https://img.haomeiwen.com/i2778947/e077e15bba8ac2b3.png)
(4) 重启IDEA