|
|
@ -18,8 +18,8 @@ import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
* @Description |
|
|
|
* @Author sun |
|
|
|
*/ |
|
|
|
// @FeignClient(name = ServiceConstant.DATA_AGGREGATOR_SERVER, fallbackFactory = CommonAggFeignClientFallBackFactory.class)
|
|
|
|
@FeignClient(name = ServiceConstant.DATA_AGGREGATOR_SERVER, fallbackFactory = CommonAggFeignClientFallBackFactory.class,url = "localhost:8114") |
|
|
|
@FeignClient(name = ServiceConstant.DATA_AGGREGATOR_SERVER, fallbackFactory = CommonAggFeignClientFallBackFactory.class) |
|
|
|
// @FeignClient(name = ServiceConstant.DATA_AGGREGATOR_SERVER, fallbackFactory = CommonAggFeignClientFallBackFactory.class,url = "localhost:8114")
|
|
|
|
public interface CommonAggFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|