Idea基于JRbel实现项目热部署修改Java、Xml文件无需重启项目
- 1.JRbel服务安装
- 2.JRbel插件安装
- 3.JRbel配置
1.JRbel服务安装
直接装插件的话,需要用到一个服务地址,服务下载链接:(现在没时间搞,会尽快加上)。服务压缩包忘记哪里下的了~~
1.Jrebel.xml配置文件是用来注册服务的。
<service>
<id>Jrebel</id>
<name>Jrebel Service (powered by WinSW)</name>
<description>This service is a service created from a minimal configuration</description>
<executable>java</executable>
<arguments>-jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar</arguments>
</service>
- 注册为服务命令,不注册成服务也能用,我这儿注册是为了方便重启电脑后让这个服务自动重启。
.\Jrebel.exe install
2.JRbel插件安装
3.JRbel配置
参考链接:IDEA配置JRebel热部署(超级详细图文教程)