替换fallback

This commit is contained in:
刘才福 2023-07-27 15:42:41 +08:00
parent 64e2496c68
commit 7ca9b6d5e7

View File

@ -19,7 +19,7 @@ import javax.validation.Valid;
/**
* 短信消息相关接口
*/
@FeignClient(name = "msg-center", url = "${server.serviceUrl}" , fallbackFactory = MNSNoticesApiFallBack.class)
@FeignClient(name = "msg-center", url = "${server.serviceUrl}" , fallback = MNSNoticesApiFallBack.class)
public interface MNSNoticesApi {
/**