1.修改pom.xml加依赖,并刷新maven
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
2.设置
File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。
3.继续设置
组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running”
当代码发生改变时,springboot会自动刷新(需要5秒左右)
本文介绍如何通过修改pom.xml文件添加spring-boot-devtools依赖并配置IDEA,实现Spring Boot项目的自动刷新功能,提高开发效率。
1万+

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



