maven坐标
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools --> <!-- 检测代码改动后将自动重启服务--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>1.3.0.RELEASE</version> </dependency>
第一步、IDEA设置里面这里必须打勾
第二步、按住快捷键 Shift+command+Alt+/,选择Registry