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

@ -15,6 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
* feign测试controller
*
* @author Lion Li
* @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
*/
@Api(value = "feign测试", tags = {"feign测试"})
@RequiredArgsConstructor(onConstructor_ = @Autowired)