标签:选中 automake int 实现 内容 boot 输入 res ctrl
在最近 SpringBoot
项目中使用 spring-boot-devtools
没有达到热部署,所以另找方法使用 JRebel
来实现,下面分享一下具体实现过程。
在 Plugins
中搜索 JRebel for IntelliJ
并安装。
可以选择 试用 或者 其他的激活方法
在 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
文件,内容只需默认即可。
在 IDEA 中使用 JRebel 实现 SpringBoot 热部署
标签:选中 automake int 实现 内容 boot 输入 res ctrl
原文地址:https://www.cnblogs.com/StarUDream/p/9045489.html