多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
在pom中直接引入依赖 ~~~ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> ~~~ “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” ![](https://img.kancloud.cn/89/fa/89fa86c0ea498d09839dcc3efd7d6540_1498x642.png) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” ![](https://img.kancloud.cn/e2/43/e2430a117f5910ced88cee77760488aa_1221x542.png)