1. 程式人生 > >SpringBoot專案如何通過Jrebel進行熱部署

SpringBoot專案如何通過Jrebel進行熱部署

 

版權宣告:本文為博主原創文章,如需轉載,請標明原文出處。寫部落格為總結,提升,便於以後查閱。其中肯定有知識陳訴錯誤或表述不當之處,如您發現,還望指正,萬分感謝! https://blog.csdn.net/xiayiguo/article/details/79328705

前置:JRebel啟用教程見博文:http://blog.csdn.net/xiayiguo/article/details/79328667

1. 勾選 Build project automatically

Spring Boot專案首先自動編譯,才能夠實現熱部署。那如何實現自動編譯,見下圖: 
這裡寫圖片描述

2. 按組合鍵 Shift+Ctrl+Alt+/,選擇Registry

這裡寫圖片描述

3. 勾選上compiler.automake.allow.when.app.running

這裡寫圖片描述

4. 使用jrebel debug模式重新執行你的專案

這裡寫圖片描述

5. 啟動成功的標誌

這裡寫圖片描述

6. 執行結果

這裡寫圖片描述