摘要: 使用pagehelper分页的原理是: 通过MyBatis的插件原理(类似web里的filter拦截器),在mapper配置文件将pagehelper注册为MyBatis的插件,从而进行分页 1.通过maven引入pagehelper依赖: <!-- https://mvnrepository.co 阅读全文
posted @ 2020-05-06 23:28 shouyaya 阅读(796) 评论(1) 推荐(0)