com.netflix.hystrix.contrib.javanica.exception.FallbackDefinitionException: fallback method wasn't found: serviceError([class java.lang.String]) 异常
时间:2019-02-17 20:09:10
收藏:0
阅读:329
在使用spring cloud 的 Hystrix 后可能会遇到 如下截图错误:
后台代码如下:
找了好一会经过分析参数方法和原方法参数步一致造成:
修改后代码如下:
原文:https://www.cnblogs.com/northeastTycoon/p/10392210.html
评论(0)