spring boot在idea上实现热部署

1.首先引入依赖     compile("org.springframework.boot:spring-boot-devtools")

2.    windows:ctrl + alt + shift + /

       mac: command + alt + shift + /

3.

4.勾选 Make/Build project automatically


完毕。

你可能感兴趣的:(spring boot在idea上实现热部署)