!72 新增 feign-okhttp 依赖

Merge pull request !72 from Henry/fix-feign-compression
This commit is contained in:
芋道源码 2023-12-03 11:10:23 +00:00 committed by Gitee
commit 8610ffe0ba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -32,6 +32,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>
<!-- 工具相关 -->
<dependency>