为了账号安全,请及时绑定邮箱和手机立即绑定

引入zuul的pom时报错

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>

自己尝试解决加入这个依赖,但是无效。

正在回答

1 回答

  1. 重新Reimport All Maven Projects。

  2. 删除Maven依赖,再重新导入。

  3. 重启IDEA,并清除缓存。

  4. 删除仓库的包,重新下载。

  5. 检查一下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>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

引入zuul的pom时报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信