企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
在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)