update 增加 feign 熔断 自定义结构体解析方法 与 demo 注释

This commit is contained in:
疯狂的狮子li
2021-07-04 19:18:06 +08:00
parent 99051916eb
commit 2704e921c8
2 changed files with 39 additions and 0 deletions

View File

@ -7,7 +7,10 @@ import org.springframework.stereotype.Component;
/**
* feign测试fallback
* 自定义封装结构体熔断
* 需重写解码器 根据自定义实体 自行解析熔断
*
* @see {com.ruoyi.framework.config.FeignConfig#errorDecoder()}
* @author Lion Li
*/
@Slf4j