1.在pom.xml添加依赖
<!--热部署配置-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
2.在设置里进行如下设置,并应用
3.在pom.xml中同时按住shift++ctrl+alt+/,弹出如下窗口,按下图勾选
重启服务后,热部署完成。