1、前提约束 完成分页获取用户信息api 2、技术选型 前端分页插件jquery paginator 后端分页插件pagehelper 3、导入依赖的js、css bootstrap.min.3.3.5.css jquery-1.11.2.min.js jqPaginator.js【注意,这里导入的是jqPaginator.js,而不是jquery.pagination.js】 4、在pom.xml中加入jstl依赖 <dependency><groupId>j...