|
|
@ -25,10 +25,10 @@ import java.util.List; |
|
|
|
* @author zhaoqifeng |
|
|
|
* @date 2021/3/18 14:18 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallbackFactory = EpmetThirdOpenFeignClientFallbackFactory.class,configuration = |
|
|
|
EpmetThirdOpenFeignClient.MultipartSupportConfig.class,url = "localhost:8110") |
|
|
|
//@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallbackFactory = EpmetThirdOpenFeignClientFallbackFactory.class, configuration =
|
|
|
|
// EpmetThirdOpenFeignClient.MultipartSupportConfig.class)
|
|
|
|
//@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallbackFactory = EpmetThirdOpenFeignClientFallbackFactory.class,configuration =
|
|
|
|
// EpmetThirdOpenFeignClient.MultipartSupportConfig.class,url = "localhost:8110")
|
|
|
|
@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallbackFactory = EpmetThirdOpenFeignClientFallbackFactory.class, configuration = |
|
|
|
EpmetThirdOpenFeignClient.MultipartSupportConfig.class) |
|
|
|
public interface EpmetThirdOpenFeignClient { |
|
|
|
/** |
|
|
|
* 请求项目协助 |
|
|
|