Spring Boot 热启动插件


1. maven依赖


    org.springframework.boot
    spring-boot-devtools
    runtime
    true

2. 父工程的pom文件中加入插件


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

3.

4.

5.

相关