用@FeignClient调接口抛出异常:
Exception:Read timed out executing POST http:/xxxxx2Fwxworkpush%2Fa_3b4bc10783794dcc9f51b1b18c45e993.mp4&type=video,e:{}
这个异常是调接口超时,则需放大超时时间
在配置文件中添加配置:
feign:
client:
config:
default:
connect-timeout: 10000
read-timeout: 10000