|
|
@ -23,8 +23,8 @@ import java.util.Set; |
|
|
|
* @author yinzuomei@elink-cn.com |
|
|
|
* @date 2020/6/4 13:09 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallbackFactory = EpmetUserOpenFeignClientFallbackFactory.class, url = "localhost:8087") |
|
|
|
//@FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallbackFactory = EpmetUserOpenFeignClientFallbackFactory.class)
|
|
|
|
// @FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallbackFactory = EpmetUserOpenFeignClientFallbackFactory.class, url = "localhost:8087")
|
|
|
|
@FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallbackFactory = EpmetUserOpenFeignClientFallbackFactory.class) |
|
|
|
public interface EpmetUserOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|