添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
设置
ctrl + alt + shift +/

选 Registry

第一个打上勾

build project automatically打上勾重启就可以了
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
设置
ctrl + alt + shift +/

选 Registry

第一个打上勾

build project automatically打上勾重启就可以了
584

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