2021年3月3日

分页工具类

摘要: PageHelper是将查询的SQL结尾自动拼上 limit offset,而有些场景不适用这种分页方式。 可以查询全部数据,再对list分页。 import com.github.pagehelper.Page; import com.github.pagehelper.PageInfo; imp 阅读全文

posted @ 2021-03-03 15:29 程序员大禹 阅读(223) 评论(0) 推荐(0)

导航