123456789101112131415161718192021222324 |
- -- 8.22
- -- nacos analyse服务添加下
- #
- 配置 feign 默认请求时间仅几秒钟
- ,配置请求时间长一些(毫秒)
- feign:
- client:
- config:
- default:
- connectTimeout: 600000
- readTimeout: 600000
- default-to-properties: false
- hystrix:
- enabled: false # 不要开启hystrix
- ,会导致超时配置不生效
- -- 8.27
- -- 新增
- -- base.t_fzss_fzxz_ai_district
- -- 修改
- -- base.t_fzss_zhxz_file
|