最近构建springboot项目,用到了该注解一直无法导入,一开始怀疑是家里网络问题,或者版本原因,后来排查到了原因所在
首先 打开项目maven对于的版本仓库,找到
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</artifactId> </dependency>
对应的仓库,如果你看到了unknown文件夹,说明引用的版本错误,需要另外添加
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Camden.SR7</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
即可解决问题
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/2568.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...