|
|
@ -21,8 +21,8 @@ import java.util.Set; |
|
|
|
* @author yinzuomei@elink-cn.com |
|
|
|
* @date 2020/6/4 13:37 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallbackFactory = GovOrgOpenFeignClientFallbackFactory.class, url = "localhost:8092") |
|
|
|
// @FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallbackFactory = GovOrgOpenFeignClientFallbackFactory.class)
|
|
|
|
// @FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallbackFactory = GovOrgOpenFeignClientFallbackFactory.class, url = "localhost:8092")
|
|
|
|
@FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallbackFactory = GovOrgOpenFeignClientFallbackFactory.class) |
|
|
|
public interface GovOrgOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|