sxq
2021-10-20 12d76e4f205c41cf3fd8ea215b787e900b3cc876
ruoyi-framework/src/main/java/com/ruoyi/framework/config/FeignConfig.java
@@ -17,7 +17,9 @@
 * openfeign配置类
 *
 * @author Lion Li
 * @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
 */
@Deprecated
@EnableFeignClients("${feign.package}")
@Configuration
@ConditionalOnClass(Feign.class)