CAJ转PDF终极指南:如何快速解决学术文献阅读难题
2026/6/2 0:40:07
分页插件使用步骤
<dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>5.2.0</version></dependency>在MyBatis的核心配置文件中配置插件
<plugins><plugin interceptor="com.github.pagehelper.PageInterceptor"></plugin></plugins>数据库中数据:
执行结果: