|
@ -23,8 +23,8 @@ import java.util.Map; |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @date 2020/6/4 10:28 |
|
|
* @date 2020/6/4 10:28 |
|
|
*/ |
|
|
*/ |
|
|
//@FeignClient(name = ServiceConstant.EPMET_COMMON_SERVICE, fallback = EpmetCommonServiceOpenFeignClientFallback.class)
|
|
|
@FeignClient(name = ServiceConstant.EPMET_COMMON_SERVICE, fallback = EpmetCommonServiceOpenFeignClientFallback.class) |
|
|
@FeignClient(name = ServiceConstant.EPMET_COMMON_SERVICE, fallback = EpmetCommonServiceOpenFeignClientFallback.class, url = "http://localhost:8103") |
|
|
//@FeignClient(name = ServiceConstant.EPMET_COMMON_SERVICE, fallback = EpmetCommonServiceOpenFeignClientFallback.class, url = "http://localhost:8103")
|
|
|
public interface EpmetCommonServiceOpenFeignClient { |
|
|
public interface EpmetCommonServiceOpenFeignClient { |
|
|
/** |
|
|
/** |
|
|
* @param formDTO |
|
|
* @param formDTO |
|
|