有两种方式:Devtools 和 SpringLoader
org.springframework.boot spring-boot-devtools true
回到idea正常界面,Mac使用快捷键shift+option+command+/,window上的快捷键是Shift+Ctrl+Alt+/,打开Registry,勾选
compiler.automake.allow.when.app.runningcompiler.automake.allow.when.app.running
----------------------------------------------------------------------------------------------------------------------------------- SpringLoader->maven插件方式 org.springframework.boot spring-boot-maven-plugin (不加也好使)
SpringLoader->lib方式 springloader只能热部署后台代码 devtools是自动重新部署。