MyBatis Pagination Plugin for easy database pagination.
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>6.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts pagination and retrieves page info.
Ensure PageHelper is called in the same thread as the MyBatis query
No dependency data recorded yet.