#配置 feign 默认请求时间仅几秒钟,配置请求时间长一些(毫秒) feign: client: config: default: connectTimeout: 600000 readTimeout: 600000 default-to-properties: false hystrix: enabled: false # 不要开启hystrix,会导致超时配置不生效