IDEA如何設置spring-boot-devtools即所見即所得
阿新 • • 發佈:2017-06-27
手動 存在 如何 ogl dea idea bsp 查看 search
首先了解spring boot devtools基本概念 即存在即合理 地址:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html
現在看下怎麽運用到實際開發環境中去,實現效果:前、後端代碼修改後,無需手動重啟,查看效果,自動編譯,部署,頁面自動刷新。
1.build.gradle引入devtools的jar包 (若僅用於前端開發,則不需要引用該jar包)
2.360極速、google瀏覽器安裝LiveReload插件
3.Idea內部設置 File>settings>
4.修改Idea註冊值
- In OSX, press
Shift+Command+A
(Shift+Ctrl+A
in Windows) - Type "Registry" in the search box that appears, and select the registry to open it.
- Lookup compiler.automake.allow.when.app.running and enable it.
5.重啟IDE即可
IDEA如何設置spring-boot-devtools即所見即所得