|
@ -25,8 +25,8 @@ import java.util.List; |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @date 2020/6/4 13:16 |
|
|
* @date 2020/6/4 13:16 |
|
|
*/ |
|
|
*/ |
|
|
//@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class)
|
|
|
@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class) |
|
|
@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class,url = "localhost:8095") |
|
|
//@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class,url = "localhost:8095")
|
|
|
public interface ResiGroupOpenFeignClient { |
|
|
public interface ResiGroupOpenFeignClient { |
|
|
|
|
|
|
|
|
@PostMapping("/resi/group/group/gov-edit-auditing-list") |
|
|
@PostMapping("/resi/group/group/gov-edit-auditing-list") |
|
|