添加依赖:pom.xml

    
org.springframework.boot
    
spring-boot-devtools
    
runtime

在eclipse下此时就可以了,但是在idea下却无效果,解决如下:pom.xml

    
        
    
org.springframework.boot
    
spring-boot-maven-plugin
    
    
        
true