IDEA 热部署及其插件

1.配置idea,使其在运行时候,可以自动编译
1.1
ctrl shift a>compiler>看图

IDEA 热部署及其插件_第1张图片

1.2
ctrl shift a>maintenance>registry>看图
IDEA 热部署及其插件_第2张图片
2.热部署插件(其实还有很多)
2.1devtools
只要修改,自动重新部署启动整个项目
2.2Jrebel
收费
可设定的频率下,自动部署局部的更新文件

2.1devtools
2.1.1依赖坐标


   org.springframework.boot
   spring-boot-devtools
   true

2.2 Jrebel(转载)
2.2.1 插件仓库中安装Jrebel
IDEA 热部署及其插件_第3张图片

2.2.2 重启Idea ,进入激活界面

2.2.2.1安装成功后 ctrl alt s 可以 看到jrebel插件的选项

IDEA 热部署及其插件_第4张图片
2.2.2.2 激活
懒得说了,看图

IDEA 热部署及其插件_第5张图片

IDEA 热部署及其插件_第6张图片Service Address :https://jrebel.qekang.com/{GUID}

GUID地址:
https://www.guidgen.com
http://www.ofmonkey.com/transfer/guid
https://www.guidgenerator.com/online-guid-generator.aspx

2.2.3 Jrebel运行状态切换至线下模式
IDEA 热部署及其插件_第7张图片

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