update feign 标记过期

This commit is contained in:
疯狂的狮子li
2021-10-15 15:55:44 +08:00
parent a6fb88d74c
commit 37a8addf52
7 changed files with 13 additions and 1 deletions

View File

@ -111,11 +111,13 @@
<artifactId>lombok</artifactId>
</dependency>
<!-- @deprecated 由于使用人数较少 决定与 3.4.0 版本移除 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<!-- @deprecated 由于使用人数较少 决定与 3.4.0 版本移除 -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>