com.netflix.hystrix.exception.HystrixBadRequestException: null

com.netflix.hystrix.exception.HystrixBadRequestException: null

排查方法:如果有多个feign接口的调用,可以在每个调用的方法加上try-catch捕获异常
这样可以排查确定是哪个feign方法调用失败,报错。

查下来feign调用的接口不存在了。

posted on 2024-02-22 19:08  oktokeep  阅读(33)  评论(0编辑  收藏  举报