阅读背景:

Spring boot 如何提供excel 模板下载

来源:互联网 

Controller层:

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: