|
@ -15,8 +15,8 @@ import org.springframework.web.bind.annotation.RequestParam; |
|
|
* @DateTime 2022/8/8 13:52 |
|
|
* @DateTime 2022/8/8 13:52 |
|
|
* @DESC |
|
|
* @DESC |
|
|
*/ |
|
|
*/ |
|
|
//@FeignClient(name = ServiceConstant.EPMET_JM_REPORT, fallbackFactory = JiMuReportOpenFeignClientFallbackFactory.class)
|
|
|
@FeignClient(name = ServiceConstant.EPMET_JM_REPORT, fallbackFactory = JiMuReportOpenFeignClientFallbackFactory.class) |
|
|
@FeignClient(name = ServiceConstant.EPMET_JM_REPORT, fallbackFactory = JiMuReportOpenFeignClientFallbackFactory.class, url = "localhost:8118") |
|
|
//@FeignClient(name = ServiceConstant.EPMET_JM_REPORT, fallbackFactory = JiMuReportOpenFeignClientFallbackFactory.class, url = "localhost:8118")
|
|
|
public interface JiMuReportOpenFeignClient { |
|
|
public interface JiMuReportOpenFeignClient { |
|
|
|
|
|
|
|
|
@GetMapping("jmreport/excelQuery") |
|
|
@GetMapping("jmreport/excelQuery") |
|
|