报错:feign.RetryableException: Read timed out executing
报错:feign.RetryableException: Read timed out executing报错:feign.RetryableException: Read timed out executing报错:feign.RetryableException: Read timed out executing原因:Feign客户端调用服务端的时候连接超时解决:在配置文件中配置超时时间 # 防止连接超时feign.client.config.default.connect-timeout=2