SpringBoot项目和Spring项目依赖分页插件Pagehelper不起作用的问题
最近在SpringBoot项目和Spring项目同时开发,两个项目都依赖了Mybatis框架里的pagehelper分页插件,但是SpringBoot项目分页不起作用,一直查询出所有数据。
错误原因:两项目都引入的依赖为
<dependency>
<groupId>com.github.pagehelper</groupId...
原创
2019-08-21 22:52:44 ·
838 阅读 ·
0 评论