|
@ -21,8 +21,8 @@ import java.util.List; |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @date 2020/6/4 13:37 |
|
|
* @date 2020/6/4 13:37 |
|
|
*/ |
|
|
*/ |
|
|
// @FeignClient(name = ServiceConstant.GOV_ISSUE_SERVER, fallback = GovIssueOpenFeignClientFallBack.class)
|
|
|
@FeignClient(name = ServiceConstant.GOV_ISSUE_SERVER, fallback = GovIssueOpenFeignClientFallBack.class) |
|
|
@FeignClient(name = ServiceConstant.GOV_ISSUE_SERVER, fallback = GovIssueOpenFeignClientFallBack.class,url = "localhost:8101") |
|
|
// @FeignClient(name = ServiceConstant.GOV_ISSUE_SERVER, fallback = GovIssueOpenFeignClientFallBack.class,url = "localhost:8101")
|
|
|
public interface GovIssueOpenFeignClient { |
|
|
public interface GovIssueOpenFeignClient { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|