1.添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
</dependency>
2.设置项目自动编译
3.ctrl + alt + shift + /
勾上圈中的
4. 设置自动部署资源
🆗