maven导入依赖时提示报错
来源:4-1 第一个SpringBoot程序【开始要优秀】

燕兮寒
2020-04-01
如题,在maven导入依赖时,部分依赖项无法下载,报错:Could not transfer artifact net.bytebuddy:byte-buddy:jar:1.10.8 from/to central (https://repo.maven.apache.org/maven2): GET request of: net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar from central failed。但是根据报错信息,点开该网址是可以点开的
写回答
1回答
-
廖师兄
2020-04-02
这应该是你的maven配置错了。你直接把settings.xml删除试试
00
相似问题