com.netflix.hystrix.exception.HystrixBadRequestException: null
com.netflix.hystrix.exception.HystrixBadRequestException: null
排查方法:如果有多个feign接口的调用,可以在每个调用的方法加上try-catch捕获异常
这样可以排查确定是哪个feign方法调用失败,报错。
查下来feign调用的接口不存在了。
com.netflix.hystrix.exception.HystrixBadRequestException: null
排查方法:如果有多个feign接口的调用,可以在每个调用的方法加上try-catch捕获异常
这样可以排查确定是哪个feign方法调用失败,报错。
查下来feign调用的接口不存在了。