idea SpringBoot jar 熱部署

zx1323發表於2018-05-01

由於使用的eclipse總是感覺卡頓

遂轉idea編輯器,除了主題顏色,操作習慣不太熟悉外,使用流暢還是很不錯的

在debug程式碼時遇到了程式碼未能熱部署的問題,在eclipse中似乎沒管過這個問題

簡單搜尋了一番


專案是springBoot  用的jar包形式啟動

網上有介紹在 pom.xml檔案中新增外掛的形式,事實上是自動重新啟動罷了

所以選擇了 Jrebel外掛

方案一:(已測可用)

使用教程 參考:https://blog.csdn.net/xiayiguo/article/details/79328705


外掛下載:

1)則是使用idea內建的方式下載  File->Settins->Plugins->Browse repositories> 在搜尋框中輸入 Jrebel 點選install即可(過程會略久,建議翻牆)

2)網頁下載: https://plugins.jetbrains.com/plugin/4441-jrebel-for-intellij


外掛破解教程

http://idea.lanyus.com/help/help.html 

反向代理工具, 可用於啟用JRebel  (win64)

https://github.com/ilanyu/ReverseProxy/releases

下載這個軟體 ReverseProxy_windows_amd64.exe


方案二:這種是使用的檔案破解的形式(尚未測試)

https://www.cnblogs.com/wang1024/p/7211194.html

相關文章