spring-boot 热部署
1.引入依赖:

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>
2.修改pom文件中插件

3.setting 设置

4.crtl+shift+alt+/ 快捷键设置


1.引入依赖:

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>
2.修改pom文件中插件

3.setting 设置

4.crtl+shift+alt+/ 快捷键设置

