SpringBoot多Module启动报错Could not transfer metadata
程序员文章站
2022-06-28 18:24:06
原因:本地没找到项目依赖的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本地项目
本文地址:https://blog.csdn.net/zhangzijiejiayou/article/details/107526620