1. 首页
  2. 信息化
  3. 电子商务
  4. thymeleaf循环遍历集合并呈现在表格中

thymeleaf循环遍历集合并呈现在表格中

上传者: 2020-12-17 03:09:06上传 PDF文件 72.24KB 热度 27次
Thymeleaf是一个很好用的模板引擎, 可以完全取代JSP 需求 数据库中有张名为commanders的表存有多个人的信息, 现在通过后台去查询整张表, 返回一个集合, 要求使用thymeleaf动态的把集合内容以表格的形式展示在网页上 表的内容如下 后台关键代码如下 @Controller public class HelloController { @Autowired CommanderDao commanderDao; @RequestMapping("/list") public String queryAll(Map map) {
下载地址
用户评论