Spring-boot 热部署无效

1、在pom文件中添加spring-boot-devtools依赖

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

2、pom文件中添加配置

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

3、

Spring-boot 热部署无效_第1张图片

alt + shift + a 搜索 registry 回车,弹出框选择 compiler.automake.allow.when.app.running 勾选上即可。

你可能感兴趣的:(开发工具)