欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

SpringBoot多Module启动报错Could not transfer metadata

程序员文章站 2022-03-22 09:57:28
原因:本地没找到项目依赖的jar去私服找解决办法:install本地项目...

报错:

[WARNING] Could not transfer metadata com.vipcode:zzj-test-common:1.0-SNAPSHOT/maven-metadata.xml from/to releases (http://bj.maven.***.cn/repository/maven-releases/): Failed to transfer file:
[ERROR] Failed to execute goal on project
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

原因:本地没找到项目依赖的jar去私服找

解决办法:install本地项目

SpringBoot多Module启动报错Could not transfer metadata

本文地址:https://blog.csdn.net/zhangzijiejiayou/article/details/107526620

相关标签: Spring Boot