AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
使用`spring-boot-devtools`设置热部署 ### **一. 在pom中引入依赖** ~~~ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> ~~~ ### **二.IDEA设置** ```   1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”, 选中打勾 “Build project automatically” 。 ``` ```   2) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。 ``` `