IDEA热部署设置 在pom.xml中导入配置文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> idea中设置按住Ctrl + Shift + alt + / 打开Maintenance,选择Registry 在列表中找到红框,勾选其value值,最后单击Close 4. 设置为如图所示