|
@ -25,7 +25,7 @@ import java.util.List; |
|
|
* @Date: 2020/1/28 13:24 |
|
|
* @Date: 2020/1/28 13:24 |
|
|
* @Description: 定制化功能模块fegin |
|
|
* @Description: 定制化功能模块fegin |
|
|
*/ |
|
|
*/ |
|
|
@FeignClient(name = ServiceConstant.EPDC_CUSTOM_SERVER, fallback = CustomFeignClientFallback.class,url = "http://127.0.0.1:9076") |
|
|
@FeignClient(name = ServiceConstant.EPDC_CUSTOM_SERVER, fallback = CustomFeignClientFallback.class) |
|
|
public interface CustomFeignClient { |
|
|
public interface CustomFeignClient { |
|
|
/** |
|
|
/** |
|
|
* @param formDTO |
|
|
* @param formDTO |
|
|