慕瓜4390957
2020-05-24 10:49
Failed to read artifact descriptor for com.netflix.hystrix:hystrix-serialization:jar:1.5.18
pom.xml报错,显示找不到这个依赖
<!-- https://mvnrepository.com/artifact/com.netflix.hystrix/hystrix-serialization --> <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-serialization</artifactId> <version>1.5.18</version> </dependency>
自己尝试解决加入这个依赖,但是无效。
重新Reimport All Maven Projects。
删除Maven依赖,再重新导入。
重启IDEA,并清除缓存。
删除仓库的包,重新下载。
检查一下maven的镜像仓库
如果还不行,在maven后面添加
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
4小时使用SpringCloud框架实现慕课网主页后端开发
3831 学习 · 53 问题
相似问题