1、首先在idea中下载jrebel、由于已经下载过了、上这样

idea springboot 使用JRebel热部署-LMLPHP

2、下载jrebel破解插件

https://gitee.com/gsls200808/JrebelLicenseServerforJava.git

之后进行编译

mvn compile (指执行一次就好)

之后运行编译后的项目

mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8081"(每次开启都执行)

idea springboot 使用JRebel热部署-LMLPHP

3、配置jrebel

idea springboot 使用JRebel热部署-LMLPHP

4、填写信息(下面的email可以瞎填,地址是项目启动的监听地址【http://localhost:8081/bfa66596-d8e3-40c4-afab-6dfb9f6d5f34】)端口和ip地址可以自己定义,能访问到就行

idea springboot 使用JRebel热部署-LMLPHP

配置springboot启动

idea springboot 使用JRebel热部署-LMLPHP

idea springboot 使用JRebel热部署-LMLPHP

idea springboot 使用JRebel热部署-LMLPHP

以上两项必须选择“Update Classes and resources”,和传统的web方式一样

6、项目使用Jrebel

idea springboot 使用JRebel热部署-LMLPHP

7、配置好后,项目

启动使用jrebel启动

idea springboot 使用JRebel热部署-LMLPHP

05-11 22:13