解決办法:

pom添加:

<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
</dependency>

配置:

feign.httpclient.enabled=true

默认为true,可以只添加jar

 

相关文章:

  • 2022-01-16
  • 2021-09-14
  • 2021-07-04
  • 2021-10-11
  • 2021-11-13
  • 2022-03-06
  • 2022-12-23
猜你喜欢
  • 2021-06-23
  • 2021-05-14
  • 2021-06-15
  • 2021-05-27
  • 2021-07-10
相关资源
相似解决方案