Controller层:
@RequestMapping("/admin/model") public ResponseEntity<byte[]> download2() throws IOException { File file = excelModelService.buildXlsById(); return ResponseUtils.buildResponseEntity(file); } @RequestMapping("/admin/model") publiController层:
@RequestMapping("/admin/model") public ResponseEntity<byte[]> download2() throws IOException { File file = excelModelService.buildXlsById(); return ResponseUtils.buildResponseEntity(file); } @RequestMapping("/admin/model") publi