替换fallback
This commit is contained in:
parent
64e2496c68
commit
7ca9b6d5e7
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user