SpringBoot 热部署

POM.XML中添加  

第一步:

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



        org.springframework.boot
        spring-boot-devtools
        true

第二步:application.properties文件中添加
spring.devtools.restart.enabled=false
spring.devtools.restart.exclude: WEB-INF/**

你可能感兴趣的:(温明峰总结)