随笔分类 - 分页
mybatis pagehelper 分页
摘要:引入依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.1.0</version> </dependency> mybatisConfig配置
bootstrap-table 前端分页
摘要:既然有那么好的轮子 ,为什么要重复造轮子。 Html页面 <!doctype html> <html xmlns:th="http://www.thymeleaf.org"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <met