# Pagination **Repository Path**: through-git/Pagination ## Basic Information - **Project Name**: Pagination - **Description**: 实现分页查询的简单项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-14 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 依靠pagehelper技术实现的分页查询项目小案例 ___________________________________________________ ## 架构 * Web框架: SpringBoot * ORM框架: Mybatis-Plus * 数据源: HikariCP * 数据库: MySQL ___________________________________________________ ## 编程语言 - 后台: Java+MySQL - 前台: HTML+CSS - 脚本语言: JavaScript+JQuery ___________________________________________________ ## IDE + ide: Eclipse ___________________________________________________ ## 实现功能
  1. 下一页查询,当没有下一页数据时,隐藏下一页地址标签
  2. 上一页查询,当没有上一页数据时,隐藏上一页地址标签
  3. 指定页数查询,输入1个数字,便跳转至指定页
___________________________________________________ ## 图片 ![image](./Pictures/1.png) ![image](./Pictures/2.png) ![image](./Pictures/3.png) ![image](./Pictures/4.png) ![image](./Pictures/6.png) ![image](./Pictures/8.png) ![image](./Pictures/9.png)