随笔分类 - 分页
后端mybatis-plus
pageHelper
前段layui,bootstrap,bootstrapTable等。
摘要:mybatis-plus具有mybatis的所有功能,又多出一部分增强功能。 首先pom: <!-- mybatisPlus 核心库 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-star
阅读全文
摘要:前端分页有jquery 的分页插件 jquery.pagination.js,bootstrap也有分页 bootstrap-paginator.js 这里介绍的是layui框架的分页,需要引入 layui.js 官方文档:https://www.layui.com/v1/doc/modules/l
阅读全文
摘要:<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.1.8</version> </dependency> <dependency> <groupId
阅读全文