Registry / database / pagehelper-spring-boot-starter

pagehelper-spring-boot-starter

JSON →
library2.1.1javamavenunverified

Spring Boot Starter for PageHelper, a MyBatis pagination plugin that automatically adds limit clauses to SQL queries.

<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · PAGEHELPER-SPRING-
P
pagehelper-spring-boot-starter
databasejavav2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PageHelper
com.github.pagehelper.PageHelper

Demonstrates basic pagination with PageHelper.

import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; PageHelper.startPage(1, 10); List<User> users = userMapper.selectAll(); PageInfo<User> pageInfo = new PageInfo<>(users);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
pagehelper-spring-boot-starter — mvn dependency:get pagehelper-spring-boot-starter · libregistry