sxq
2021-10-20 3eeeb27d70ad7d761b1e280d24d717a4ee775a3b
ruoyi-demo/src/main/java/com/ruoyi/demo/feign/fallback/FeignTestFallback.java
@@ -10,8 +10,11 @@
 * 自定义封装结构体熔断
 * 需重写解码器 根据自定义实体 自行解析熔断
 *
 * 熔断器需要自行添加配置
 *
 * @see {com.ruoyi.framework.config.FeignConfig#errorDecoder()}
 * @author Lion Li
 * @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
 */
@Slf4j
@Component