在最近 SpringBoot
项目中使用 spring-boot-devtools
没有达到热部署,所以另找方法使用 JRebel
来实现,下面分享一下具体实现过程。
一、安装 JRebel 插件
在 Plugins
中搜索 JRebel for IntelliJ
并安装。
二、激活 JRebel 插件
可以选择 试用 或者 其他的激活方法
三、配置
- 在
Setting
->Build, Execution, Deployment
->Compiler
勾选Build project automatically
- 按下
Ctrl
+Shift
+A
,输入Registry
,找到compiler.automake.allow.when.app.running
将其选中 - 右击当前项目选择
JRebel
->rebel.xml
,会在src\main\resources
目录下生成rebel.xml
文件,内容只需默认即可。
原文地址:https://www.cnblogs.com/StarUDream/p/9045489.html
时间: 2024-10-09 06:49:14