码迷,mamicode.com
首页 > 编程语言 > 详细

在 IDEA 中使用 JRebel 实现 SpringBoot 热部署

时间:2018-05-16 15:34:19      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:选中   automake   int   实现   内容   boot   输入   res   ctrl   

在最近 SpringBoot 项目中使用 spring-boot-devtools 没有达到热部署,所以另找方法使用 JRebel 来实现,下面分享一下具体实现过程。

一、安装 JRebel 插件

Plugins 中搜索 JRebel for IntelliJ 并安装。

二、激活 JRebel 插件

可以选择 试用 或者 其他的激活方法

三、配置

  1. Setting -> Build, Execution, Deployment -> Compiler 勾选 Build project automatically

  2. 按下 Ctrl + Shift + A,输入 Registry,找到 compiler.automake.allow.when.app.running 将其选中

  3. 右击当前项目选择 JRebel -> rebel.xml,会在 src\main\resources 目录下生成 rebel.xml 文件,内容只需默认即可。

在 IDEA 中使用 JRebel 实现 SpringBoot 热部署

标签:选中   automake   int   实现   内容   boot   输入   res   ctrl   

原文地址:https://www.cnblogs.com/StarUDream/p/9045489.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!