注:筆者使用版本為IntelliJ IDEA 2019.3.2 (Ultimate Edition)
IDEA安裝JRebel
1、在IDEA中點擊 File->Settings->Plugins->Brows Repositories;
2、在搜索框搜索JRebel;
3、找到JRebel for intellij;
4、install;
5、安裝好之后restart IDEA;
IDEA激活JRebel(首先到github上去下載一個反向代理軟件,下載地址,64位下載后打開)
1、在IDEA中點擊 Help->Jrebel->Activation打開激活頁面;
2、選擇JRebel activated中的 connect to online licensing service;
3、第一行輸入 http://127.0.0.1:8888/UUID code,第二行隨便輸入個郵箱;(ps:UUID code生成一個64位uuid替換掉)
4、點擊以下change liense 按鈕驗證激活 ;
5、安裝好之后在 Help->Jrebel->Configuration將Jrebel設置為離線(work offline)即可;
本項目只做個人學習研究之用,不得用於商業用途!