1. Hystrix源码解析
1.1. @HystrixCommand原理
- 直接通过Aspect切面来做的
1.2. feign hystrix原理
- 它的本质原理就是对HystrixCommand的动态代理封装
1.2.1. 如何启动Feign hystrix的?
- 在openFeign里,已经封装了Hystrix,当
feign.hystrix.enabled
为true
时生效
Github地址:https://github.com/tzxylao/learn-demo
原文地址:https://www.cnblogs.com/sky-chen/p/10767333.html
时间: 2024-11-08 03:32:04