250823-JRebel-IDEA支持热部署

  1. github jrebel
  2. Ubuntu安装jrebel-ReverseProxy.service服务

github jrebel

JRebel and XRebel active server(Jrebel 激活服务器)
https://github.com/yu-xiaoyao/jrebel-license-active-server

Ubuntu安装jrebel-ReverseProxy.service服务

1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = ReverseProxy Daemon
After=syslog.target network.target

[Service]
LimitNPROC=65535
LimitNOFILE=65536
ExecStart = /opt/jrebel/jrebel-license-active-server-linux_amd64
Restart = always
Type = simple

[Install]
WantedBy = multi-user.target
归档 GitHub