V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
luozhiyun
V2EX  ›  程序员

有用 jRebel 的吗? 今天我在启动项目的时候发现已经用不了了

  •  
  •   luozhiyun · 2018-07-06 18:57:57 +08:00 · 6441 次点击
    这是一个创建于 2093 天前的主题,其中的信息可能已经有所发展或是发生改变。

    下面是官网的正文:

    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 收费实在太贵了

    24 条回复    2018-07-10 16:26:21 +08:00
    YzSama
        1
    YzSama  
       2018-07-06 19:00:40 +08:00 via iPhone
    你上它官网注册一下。有免费的 lince
    luozhiyun
        2
    luozhiyun  
    OP
       2018-07-06 19:01:46 +08:00 via iPhone
    @YzSama 是的 我说的就是 myJrebel 不可以用了
    Mogugugugu
        3
    Mogugugugu  
       2018-07-06 19:30:29 +08:00 via Android
    MyRebel 确实不能用了,之前就收到过他们家的邮件。。。同求热部署方案。
    YzSama
        4
    YzSama  
       2018-07-06 19:54:18 +08:00 via iPhone
    @luozhiyun springboot dev tool ?
    luozhiyun
        5
    luozhiyun  
    OP
       2018-07-06 19:55:29 +08:00 via iPhone
    @YzSama 我这里不是 springboot 项目啊
    YzSama
        6
    YzSama  
       2018-07-06 19:56:09 +08:00 via iPhone
    @luozhiyun 那么外部 tomcat 部署也可以啊
    binbinyouliiii
        7
    binbinyouliiii  
       2018-07-06 19:59:47 +08:00 via Android
    热部署项目不容易出问题吗
    tandaly
        8
    tandaly  
       2018-07-06 20:10:31 +08:00
    我还说怎么今天突然不能用了呐,同求可用方案
    luozhiyun
        9
    luozhiyun  
    OP
       2018-07-07 01:34:46 +08:00 via iPhone
    @binbinyouliiii 没有一点问题
    luozhiyun
        10
    luozhiyun  
    OP
       2018-07-07 01:35:01 +08:00 via iPhone
    @tandaly 现在头痛的要死
    letitbesqzr
        11
    letitbesqzr  
       2018-07-07 09:30:57 +08:00
    7.5 号以后的确不能用了,但这软件实在有点贵了,买不起,只能无耻的 用 JrebelBrainsLicenseServerforJava.jar 了
    binlaniua
        12
    binlaniua  
       2018-07-07 10:41:02 +08:00
    认证不了
    luozhiyun
        13
    luozhiyun  
    OP
       2018-07-07 10:52:42 +08:00 via iPhone
    @letitbesqzr 好用吗??待会儿回去查查
    jorneyr
        14
    jorneyr  
       2018-07-07 11:10:31 +08:00
    我们一直用 SpringLoaded
    p1094358629
        15
    p1094358629  
       2018-07-07 12:27:29 +08:00   ❤️ 1
    我用的淘宝 25 元破解的。昨天还没问题呢
    p1094358629
        16
    p1094358629  
       2018-07-07 12:32:27 +08:00
    刚测试过了,可以用没问题。楼主哟需要可以找万能的淘宝。直接搜 jrebel,销量多的那个就行
    luozhiyun
        17
    luozhiyun  
    OP
       2018-07-07 13:02:36 +08:00 via iPhone
    @p1094358629 好的
    xiaoqiaorenjia
        18
    xiaoqiaorenjia  
       2018-07-07 16:48:37 +08:00
    我的也不能用了
    ioc
        19
    ioc  
       2018-07-07 17:01:13 +08:00 via Android
    @p1094358629 你怕不就是店主哦
    xiaoqiaorenjia
        20
    xiaoqiaorenjia  
       2018-07-07 17:04:37 +08:00
    谁有什么好的方法吗
    bxb100
        21
    bxb100  
       2018-07-07 17:31:19 +08:00 via Android
    一直在用本地离线许可证🙄
    xiaoqiaorenjia
        22
    xiaoqiaorenjia  
       2018-07-07 17:34:00 +08:00
    @bxb100 有方法吗
    binlaniua
        23
    binlaniua  
       2018-07-09 10:39:59 +08:00
    免费教如果过认证...
    yanhuamiluan
        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,有效期半年

    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2837 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 13:22 · PVG 21:22 · LAX 06:22 · JFK 09:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.