feign.RetryableException: Read timed out
两个微服务之间通过feign调用时,后台抛出异常:feign.RetryableException: Read timed out executing POST解决方法:在你的yml文件中添加ribbon:ReadTimeout: 60000ConnectTimeout: 60000如图:...
·
两个微服务之间通过feign调用时,后台抛出异常:
feign.RetryableException: Read timed out executing POST
解决方法:
在你的yml文件中添加
ribbon:
ReadTimeout: 60000
ConnectTimeout: 60000
如图:
更多推荐
已为社区贡献4条内容
所有评论(0)