热部署插件Jrebel IDEA本地服务器激活

 

下载Jrebel License Server项目

https://gitee.com/lplp666/JrebelLicenseServer

(1).zip下载方式:

打开项目地址,点击项目右侧的克隆/下载-->下载ZIP,在打开的新页面中输入验证码,即可下载zip文件

2.启动服务器

默认端口占用8081,如果你有其它程序占用这个端口,请自行搜索8081修改为其它端口

先用cd命令切换到项目目录(zip的需要先解压)

清除之前的编译

mvn clean

执行编译命令

mvn compile
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer"

 

运行起来后, http://127.0.0.1:8081/JRebel用户名 就是激活地址了, 邮箱随意填写

猜你喜欢

转载自blog.csdn.net/u010843868/article/details/81099990