【JavaDebug(九)】之SpringCloud找不到注解@HystrixCommand
一. Bug介绍 在使用SpringCloud的熔断器Hystrix时,添加注解@HystrixCommand时,无法找到该注解。二. 问题解决 由于,注解@HystrixCommand是属于com.netflix.hystrix.contrib.javanica.annotation包的,因此需要添加以下的依赖: