如有错误,谢请指正~
方式1
测试日期:2019.5.5
选择License server方式
Url: http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce
email:随便输入
方式2
1、测试环境
windows10
IntelliJ IDEA 2018.2.2 (Ultimate Edition)
2、下载JRebel
3、下载反代理工具
image根据自己系统下载各自的反向代理工具,我用的是
windows_amd64.exe
4、安装JRebel
image我用的是
jr-ide-intellij-2018.1.7
1536309115835安装成功出现这俩图标
5、激活
- (1)根据自己系统运行各自的反向代理工具
- (2)
IDEA
工具中JRebel
点击激活 - (3)输入如下地址:http://127.0.0.1:8888/GUID
- (3.1): 在这个在线工具中生成GUID,替换上面地址的GUID
- (3.2):邮箱随便填
- (4) 激活成功
1536309196599 1536309022627Tip:在实际使用中发现,不要关闭反代理工具,一直开着,直到不用开发工具为止。我每天都是先打开反代理工具,然后才打开IDEA。如果不可用,就重新激活一下。
6、测试
1536309592667./ReverseProxy_[OS]_[ARCH] -h
Usage of ReverseProxy_[OS]_[ARCH]:
-l string
listen on ip:port (default "0.0.0.0:8888")
-r string
reverse proxy addr (default "http://idea.lanyus.com:80")
./ReverseProxy_windows_amd64.exe -l "0.0.0.0:8081" -r "https://www.baidu.com"
Listening on 0.0.0.0:8081, forwarding to https://www.baidu.com
nohup ./ReverseProxy_linux_amd64 &
网友评论