摘要: public @interface HystrixCommand { // HystrixCommand 命令所属的组的名称:默认注解方法类的名称 String groupKey() default ""; // HystrixCommand 命令的key值,默认值为注解方法的名称 String c 阅读全文
posted @ 2021-02-16 19:39 花开花落花谢 阅读(810) 评论(0) 推荐(0)
摘要: 在Spring中使用断路器后可能会遇到:com.netflix.hystrix.contrib.javanica.exception.FallbackDefinitionException: fallback method wasn't found 典例如下: @Service public cla 阅读全文
posted @ 2021-02-16 19:35 花开花落花谢 阅读(424) 评论(0) 推荐(0)