springcloud feign配置

Posted 随风逝去,只是凋零

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springcloud feign配置相关的知识,希望对你有一定的参考价值。

feign:
  httpclient:
    # feign最大连接数
    max-connections: 200
    # feign单个路径的最大连接数
    max-connections-per-route: 50
  okhttp:
    # 让feign使用Apache okhttp做请求,而不是默认的urlConnection
    enabled: true

以上是关于springcloud feign配置的主要内容,如果未能解决你的问题,请参考以下文章