通过session 获取读取的记录
@GetMapping("/findName") public ResultVo findName() throws IOException { List<Person> all =service.findByName();//设置session值 request.getSession().setAttribute("personVo", all); return all; @GetMapping("/export") publi.
原创
2020-05-15 00:01:06 ·
279 阅读 ·
0 评论