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

@ -17,7 +17,9 @@ import java.util.concurrent.TimeUnit;
* openfeign配置类
*
* @author Lion Li
* @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
*/
@Deprecated
@EnableFeignClients("${feign.package}")
@Configuration
@ConditionalOnClass(Feign.class)