Finchley.SR2 中没有@HystrixCommand 注解

springCloud Finchley.SR2 版本 对应的 springboot为2.0.*。我目前学习用的是2.0.3.RELEASE

引依赖:

   org.springframework.cloud

   spring-cloud-starter-netflix-hystrix

可能会出现一些jar包下载的问题:

打开(eclipse) com.netflix.hystrix.contrib.javanica.annotation 包下的文件时会出现以下错误:

java.util.zip.ZipException: invalid LOC header (bad signature)

解决:到本地maven仓库找到com\netflix\hystrix文件夹,删除。然后update maven 重新下载依赖

 

你可能感兴趣的:(Finchley.SR2 中没有@HystrixCommand 注解)