欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

热部署工具jrebel-and-xrebel-for-intellij使用方法

程序员文章站 2022-04-23 07:52:36
...

1.下载方法

可以通过idea插件官网下载或者通过在idea plugin market中搜索

idea插件官网地址:

https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel-for-intellij

安装本地包方法:
热部署工具jrebel-and-xrebel-for-intellij使用方法

2.**方法

热部署工具jrebel-and-xrebel-for-intellij使用方法

选择team url**方式

地址前缀填写

https://jrebel.qekang.com/

后面拼接可以使用下方方法生成

public static void main(String[] args) {
    System.out.println(UUID.randomUUID().toString());
}

我生成的为: 0f2ed0d3-b20c-4d26-a989-c3c50be485d3

邮箱填写自己的邮箱即可

防止**失效,**后去设置中更改为离线使用 点击 work offline 后变为如下

热部署工具jrebel-and-xrebel-for-intellij使用方法

3.使用方法

View→ Tool Windows → Jrebel
热部署工具jrebel-and-xrebel-for-intellij使用方法

勾选即可 ;

注意: 勾选后会生成rebel.xml文件,不要加到git中

使用下图按钮启动项目,更改代码后,build一下就会重新加载新的更改,不再需要重新启动项目;可以改一个接口的返回值测试一下.

热部署工具jrebel-and-xrebel-for-intellij使用方法

相关标签: 开发工具