SpringCloudCould not find artifact org.springframework.cloud:spring-cloud-starter-xxx

Posted 幽灵雾

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringCloudCould not find artifact org.springframework.cloud:spring-cloud-starter-xxx相关的知识,希望对你有一定的参考价值。

【问题现象】

IDEA中搭建SpringCloud体系,运行时提示红色错误:


Could not find artifact org.springframework.cloud:spring-cloud-starter-xxxx:
pom:unknown in central (https://repo.maven.apache.org/maven2)

【原因】

对应的包没有加载进来。

【解决】

重新reload所有maven项目即可,如图:

如果无法解决,按如下步骤尝试:
1、先把pom文件全部注释,保存
2、reload所有maven项目
3、取消pom文件全部注释,保存
4、再次reload所有maven项目

以上是关于SpringCloudCould not find artifact org.springframework.cloud:spring-cloud-starter-xxx的主要内容,如果未能解决你的问题,请参考以下文章