- 在
pom.xml
中添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
2.打开Idea的设置,在 compiler
中将 Build project automatically
选中
-
打开Idea的全局搜索(在macOS中双击Shift键唤出),搜索registry
搜索打开registry
4.在registry
窗口中,将compiler.automake.allow.when.app.running
选中
经过以上设置,当项目运行的时候,修改模版文件,将不用重启项目就能生效,修改java文件的时间,将会触发自动重启。
网友评论