Intellij IDEA中实现热部署

Posted 咸的蛋疼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij IDEA中实现热部署相关的知识,希望对你有一定的参考价值。

JRebel

安装

  1. 下载IntelliJ IDEA的 JRebel插件: jr-ide-idea-6.2.0-idea-13-14.zip
  2. 打开Intellij,进入 Intellij IDEA - Preferences - Plugins - Install plugin from disk 选择下载的 jr-ide-idea-6.2.0-idea-13-14.zip 进行安装。
  3. 完成jrebel的注册,获得14天的试用期。

破解

  1. 下载破解文件: jrebel.jar和jrebel.lic
  2. 关闭 Intellij IDEA不成功的话请注意看这一步
  3. 把jrebel.jar复制到C:\\Users\\Administrator\\.IntelliJIdea14\\config\\plugins\\jr-ide-idea\\lib\\jrebel目录下覆盖掉原来的jrebel.jar。

以上是关于Intellij IDEA中实现热部署的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot项目在IntelliJ IDEA中实现热部署(简单方式)

SpringBoot项目在IntelliJ IDEA中实现热部署

SpringBoot 在IDEA中实现热部署

SpringBoot 在IDEA中实现热部署

在idea中实现热部署

springboot 在idea中实现热部署(转)