使用maven多模块搭建springcloud

记录一下遇到的问题: 报错无法识别该依赖包 原因是没有指定springcloud版本号 可以在dependencyManagement中声明 <dependencyManagement> <dependencies> <dependency> <groupId>io.spring.platform</groupId>
相关文章
相关标签/搜索