引入maven坐标
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
IDEA相关设置

ctrl + shift + A ,搜索Registry,勾上 Compiler autoMake allow when app running

手动编译

本文介绍如何通过引入Maven依赖及IDEA设置实现Spring Boot项目的热部署功能,以提高开发效率。
955

被折叠的 条评论
为什么被折叠?



