Skip to content

Commit

Permalink
!72 新增 feign-okhttp 依赖
Browse files Browse the repository at this point in the history
Merge pull request !72 from Henry/fix-feign-compression
  • Loading branch information
YunaiV authored and gitee-org committed Dec 3, 2023
2 parents 5b50be2 + 216a5b1 commit 8610ffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yudao-framework/yudao-spring-boot-starter-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8610ffe

Please sign in to comment.