一、添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
二、使用插件
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
<addResources>true</addResources>
</configuration>
</plugin>
注:此处如果显示红色,添加一个版本号再刷新一下;如果依旧,删掉repository下的删除本地仓库
respository/org/springreamework/boot/spring-boot-maven-plugin
内的所有jar包,再次刷新;
三、
1、idea中,Alt + Ctrl + Shift + /
2、打开Registry
3、勾选:compiler.automake.allow.when.app.running
4、重启