springcloud feign配置

feign:
  httpclient:
    # feign最大连接数
    max-connections: 200
    # feign单个路径的最大连接数
    max-connections-per-route: 50
  okhttp:
    # 让feign使用Apache okhttp做请求,而不是默认的urlConnection
    enabled: true
posted @ 2020-06-28 08:49  随风而逝,只是飘零  阅读(548)  评论(0编辑  收藏  举报