基於Maven的SpringBoot項目,能夠經過配置spring-boot-devtools模塊來使Spring Boot應用支持熱部署,無需每次更改代碼都要手動項目,從而提升開發者的開發效。spring
一、在項目中引用spring-boot-devtoolsapp
二、對spring-boot-maven-plugin進行配置maven
三、修改Intellij IEDA設置spring-boot
File->Setting->Build,…->Compiler 將右側 Build project automatically 勾選上ui
在Intellij IEDA中使用 Ctrl + Shift + a 快捷鍵搜索 Registry 選擇搜索出來的第一個spa
找到 compiler.automake.allow.when.app.running ,將此項勾選上blog
此時重啓項目,便可實現熱部署,改動任意代碼就會當即生效,無需從新啓動。開發