JRebel 激活及使用

插件下载

JRebel and XRebel - IntelliJ IDEs Plugin | Marketplace

从磁盘安装下载的插件

windows下载激活服务

Releases · ilanyu/ReverseProxy · GitHub

mac没有对应版本,需要Docker搭建本地激活服务

docker pull qierkang/golang-reverseproxy

docker run -d -p 8888:8888 --name reverseproxy qierkang/golang-reverseproxy

激活插件

使用如下链接生成GUID并复制

GUID online erstellen

{GUID}替换为上述生成的GUID,邮箱随便填

复制代码
http://127.0.0.1:8888/{GUID}

Docker终止并删除容器

docker stop reverseproxy

docker rm reverseproxy

相关推荐
我命由我123452 天前
Java 并发编程 - Delay(Delayed 概述、Delayed 实现、Delayed 使用、Delay 缓存实现、Delayed 延迟获取数据实现)
java·开发语言·后端·缓存·java-ee·intellij-idea·intellij idea
7澄12 天前
深入解析 LeetCode 数组经典问题:删除每行中的最大值与找出峰值
java·开发语言·算法·leetcode·intellij idea
我命由我123454 天前
IDEA - IDEA 快速回到页面首尾、页面快速滑动、快速定位到指定行
java·运维·ide·后端·java-ee·intellij-idea·intellij idea
舒一笑4 天前
从手写周报到智能生成:PandaCoder如何让你的工作汇报效率提升10倍
后端·程序员·intellij idea
舒一笑8 天前
用数据照亮成长之路:PandaCoder Git 统计工具窗口
git·后端·intellij idea
安冬的码畜日常8 天前
【JUnit实战3_21】第十二章:JUnit 5 与主流 IDE 的集成 + 第十三章:用 JUnit 5 做持续集成(上):在本地安装 Jenkins
junit·eclipse·jenkins·intellij idea·持续集成·junit5·netbeans
舒一笑10 天前
PandaCoder 2.4.3 震撼发布!
后端·程序员·intellij idea
猫头虎17 天前
解决升级IDEA2025.2后,每次打开Maven项目爆红的问题:Windows和Mac解决方案
java·ide·macos·maven·intellij-idea·idea·intellij idea
舒一笑18 天前
PandaCoder:致敬MyBatis Log Plugin,但我们做得更极致!
后端·程序员·intellij idea
那我掉的头发算什么18 天前
【数据结构】反射、枚举、lambda表达式以及补充知识
java·jvm·数据结构·intellij idea