首先,IDEA设置里面这里必须打勾

然后 Shift+Ctrl+Alt+/,选择Registry


其次pom里增加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
重启项目OK
首先,IDEA设置里面这里必须打勾
然后 Shift+Ctrl+Alt+/,选择Registry
其次pom里增加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
重启项目OK
本文标题:IDEA springboot spring-boot-devt
本文链接:https://www.haomeiwen.com/subject/bonznttx.html
网友评论