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的主要内容,如果未能解决你的问题,请参考以下文章

can not find和can not found的区别

CMake Error: Could not find CMAKE_ROOT !!!

Mongoose find() 不适用于 $not 查询 [重复]

string::find_last_not_of

sts安装出现could not find jar:file解决办法,could not find jar:file,sts安装

./gradlew build:Could not find tools.jar. 解决方法