摘要: 1. 关闭 Intellij IDEA (2018以下的版本无效),打开 workspace.xml 找到 RunDashboard 节点。添加如果配置 <option name="configurationTypes"> <set> <option value="SpringBootApplica 阅读全文
posted @ 2020-03-29 14:39 VipSoft 阅读(366) 评论(0) 推荐(0)
摘要: 开发修改代码后,无需重启idea的服务。 1 模块中添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</ 阅读全文
posted @ 2020-03-29 12:58 VipSoft 阅读(289) 评论(0) 推荐(0)