0_init.sql 321 B

12345678910111213
  1. #配置 feign 默认请求时间仅几秒钟,配置请求时间长一些(毫秒)
  2. feign:
  3. client:
  4. config:
  5. default:
  6. connectTimeout: 600000
  7. readTimeout: 600000
  8. default-to-properties: false
  9. hystrix:
  10. enabled: false # 不要开启hystrix,会导致超时配置不生效
  11. -- jsc_sql