Spring Cloud使用Sentinel做为Feign的熔断器之Fallback统一处理
参考博客:https://blog.csdn.net/ttzommed/article/details/90669320原文中编写FunSentinelFeign类时,由于SentinelInvocationHandler方法的构造函数并不是public修饰return new SentinelInvocationHandler(target, dispatch, funFallbackF...