首先要导入相应的坐标依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</optional> <version>2.2.6.RELEASE</version> </dependency> 设置idea 勾选上,点击ok退出setting;在按CTRL+shift+A,选中这个 打勾,点击close。