概述
springCloud Finchley.SR2 版本 对应的 springboot为2.0.*。我目前学习用的是2.0.3.RELEASE
引依赖:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
</dependency>
可能会出现一些jar包下载的问题:
打开(eclipse) com.netflix.hystrix.contrib.javanica.annotation 包下的文件时会出现以下错误:
java.util.zip.ZipException: invalid LOC header (bad signature)
解决:到本地maven仓库找到comnetflixhystrix文件夹,删除。然后update maven 重新下载依赖
最后
以上就是隐形雨为你收集整理的Finchley.SR2 中没有@HystrixCommand 注解的全部内容,希望文章能够帮你解决Finchley.SR2 中没有@HystrixCommand 注解所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复