|
@@ -1,12 +0,0 @@
|
|
|
-package com.xy.feign;
|
|
|
-
|
|
|
-import com.xy.FeignInterceptor;
|
|
|
-import com.xy.consts.ServiceConsts;
|
|
|
-import com.xy.service.MsgSendApiService;
|
|
|
-import org.springframework.cloud.openfeign.FeignClient;
|
|
|
-
|
|
|
-
|
|
|
-@FeignClient(value = ServiceConsts.SERVICE_NAME, configuration = FeignInterceptor.class)
|
|
|
-public interface MsgFeign extends MsgSendApiService {
|
|
|
-
|
|
|
-}
|