Pre Merge pull request !72 from Henry/fix-feign-compression

pull/72/MERGE
Henry 2023-12-03 11:08:29 +00:00 committed by Gitee
commit 3cd2bbe280
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 0 deletions

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>