Browse Source

Merge remote-tracking branch 'origin/dev_warn_notice' into develop

master
yinzuomei 4 years ago
parent
commit
617b136b3c
  1. 4
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/feign/CommonAggFeignClient.java

4
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/feign/CommonAggFeignClient.java

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

Loading…
Cancel
Save