idea实现热部署

1.热部署依赖包



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

2.热部署插件


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

3.idea设置自动编译

idea实现热部署_第1张图片

s

4.ctrl + shift + alt + /, 设置registry

idea实现热部署_第2张图片

5.设置tomcat

idea实现热部署_第3张图片

总结: 开发环境使用的,生产环境需关闭!

你可能感兴趣的:(idea,intellij,idea)