IDEA配置JRebel实现热部署的方法

1.下载JRebel and XRebel for Intellij插件

IDEA配置JRebel实现热部署的方法_第1张图片

2. 激活

IDEA配置JRebel实现热部署的方法_第2张图片
请查看这个文章http://www.cicoding.cn/other/jrebel-activation/
激活后
开始配置自动编译

IDEA配置JRebel实现热部署的方法_第3张图片

3.勾选Build project automatically

ctrl + shift + alt + / ,选择Registry,勾上 Compiler autoMake allow when app running

IDEA配置JRebel实现热部署的方法_第4张图片

4.Edit Configurations

IDEA配置JRebel实现热部署的方法_第5张图片

on update action和 on frame deactivation改成 update classes and resources

IDEA配置JRebel实现热部署的方法_第6张图片

5.打开JRebel tool

IDEA配置JRebel实现热部署的方法_第7张图片

6.勾选你要热部署的应用

IDEA配置JRebel实现热部署的方法_第8张图片

查看JRebel日志

使用JRebel启动springboot项目

IDEA配置JRebel实现热部署的方法_第9张图片

查看控制台日志

IDEA配置JRebel实现热部署的方法_第10张图片

常见错误

jrebel.jar不兼容

JRebel-JVMTI [ERROR] You're using an incompatible 'jrebel.jar' with the JRebel Agent.
JRebel-JVMTI [FATAL] Please make sure that'C:\Users\XXX\AppData\Roaming\JetBrains\IntelliJIdea2020.2\plugins\jr-ide-idea\lib\jrebel6\jrebel.jar' is a copy of lib JRebel ZIP release \Jrebel.jar.

这可能是因为你的IDEA可能不是最新版本,但jrebel的jar包为最新版导致的,

因此请转到官方网站下载你指定IDEA版本的JRebel压缩包。然后解压缩压缩包以找到jrebel.jar,并将jrebel使用的jar包的路径更改为解压缩后的jrebel.jar的文件路径。

IDEA配置JRebel实现热部署的方法_第11张图片

再次使用JRebel启动SpringBoot项目并成功启动。如果修改代码,将鼠标点向IDEA窗口以外的区域会自动build(或者手动按ctrl+shfit+F9)

IDEA配置JRebel实现热部署的方法_第12张图片
IDEA配置JRebel实现热部署的方法_第13张图片

MrBird nb

到此这篇关于IDEA配置JRebel实现热部署的方法的文章就介绍到这了,更多相关IDEA配置JRebel实现热部署内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

你可能感兴趣的:(IDEA配置JRebel实现热部署的方法)