当前位置 : 主页 > 编程语言 > java >

springboot 热部署

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt 1、加maven依赖 org.springframework.boot spring-boot-devtools true 2、开启热部署 org.springframework.boot spring-boot-maven-plugin true 3、开启idea自动make功能 CTRL + SHIFT + A -- 查找 compliter build project
gistfile1.txt
1、加maven依赖

        
 
            
  
            
  
   org.springframework.boot
  
            
  
   spring-boot-devtools
  
            
  
   true
  
        
 
2、开启热部署

            
 
                
  
   org.springframework.boot
  
                
  
   spring-boot-maven-plugin
  
                
   
   
    true
    
  
            
 
3、开启idea自动make功能 
  CTRL + SHIFT + A --> 查找 compliter build project automatically --> 选中 
  CTRL + SHIFT + A --> 查找Registry --> 找到并勾选compiler.automake.allow.when.app.running
上一篇:map排序
下一篇:短信验证码定时器
网友评论