下面是官网的正文:
We ’ ve made a difficult decision. As of July 5, myJRebel is no longer available.
But don ’ t worry! All myJRebel users active within the last 12 months are eligible to continue using all JRebel ’ s wonderful features by moving to JRebel commercial license at a massively discounted price: $99 (over 80% off the regular price).
Head over to the JRebel buy page and enter the discount code byebyemyjrebel. Be sure to use the same email address that ’ s associated with your myJRebel account.
This special discount is only available until August 2.
Discount terms and conditions
Only myJRebel users active within the last 12 months are eligible for the discount
Only one JRebel license can be purchased with the discount per one active myJRebel user
Only 1-year JRebel licenses can be purchased with the discount
我想问大家有别的热部署方案吗?Jrebel 收费实在太贵了
1
YzSama 2018-07-06 19:00:40 +08:00 via iPhone
你上它官网注册一下。有免费的 lince
|
3
Mogugugugu 2018-07-06 19:30:29 +08:00 via Android
MyRebel 确实不能用了,之前就收到过他们家的邮件。。。同求热部署方案。
|
7
binbinyouliiii 2018-07-06 19:59:47 +08:00 via Android
热部署项目不容易出问题吗
|
8
tandaly 2018-07-06 20:10:31 +08:00
我还说怎么今天突然不能用了呐,同求可用方案
|
9
luozhiyun OP @binbinyouliiii 没有一点问题
|
11
letitbesqzr 2018-07-07 09:30:57 +08:00
7.5 号以后的确不能用了,但这软件实在有点贵了,买不起,只能无耻的 用 JrebelBrainsLicenseServerforJava.jar 了
|
12
binlaniua 2018-07-07 10:41:02 +08:00
认证不了
|
13
luozhiyun OP @letitbesqzr 好用吗??待会儿回去查查
|
14
jorneyr 2018-07-07 11:10:31 +08:00
我们一直用 SpringLoaded
|
15
p1094358629 2018-07-07 12:27:29 +08:00 1
我用的淘宝 25 元破解的。昨天还没问题呢
|
16
p1094358629 2018-07-07 12:32:27 +08:00
刚测试过了,可以用没问题。楼主哟需要可以找万能的淘宝。直接搜 jrebel,销量多的那个就行
|
17
luozhiyun OP @p1094358629 好的
|
18
xiaoqiaorenjia 2018-07-07 16:48:37 +08:00
我的也不能用了
|
19
ioc 2018-07-07 17:01:13 +08:00 via Android
@p1094358629 你怕不就是店主哦
|
20
xiaoqiaorenjia 2018-07-07 17:04:37 +08:00
谁有什么好的方法吗
|
21
bxb100 2018-07-07 17:31:19 +08:00 via Android
一直在用本地离线许可证🙄
|
22
xiaoqiaorenjia 2018-07-07 17:34:00 +08:00
@bxb100 有方法吗
|
23
binlaniua 2018-07-09 10:39:59 +08:00
免费教如果过认证...
|
24
yanhuamiluan 2018-07-10 16:26:21 +08:00 1
3 个办法
1 付费(废话^_^) 2 自己搭建本地 license server 3 用别人的 license server license server 1 git 上有源码,从下载编译到启动 2 docker 2 行命令 docker pull ilanyu/golang-reverseproxy docker run -d -p 8888:8888 ilanyu/golang-reverseproxy 启动成功,认证地址就是 http://127.0.0.1:8888/xxxxx-xxx-xxx xxxxx-xxx-xxx 是 guid, 在线找个 guid 生成器随便替换 激活后,修改 idea 中 Jrebel 的配置项,用离线模式( work offline ),关闭 license server,有效期半年 |