# pagehelper-org/pagehelper-spring-boot

pagehelper-spring-boot

Repository: https://github.com/pagehelper-org/pagehelper-spring-boot
Canonical: https://ross.abutalabs.com/products/pagehelper-spring-boot
Language: Java
License: MIT
License Family: permissive
Last push: 2026-07-09T03:40:52+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 91, release rhythm 92, longevity 100
- inputs: {"age_days": 3531, "days_push": 55, "days_rel": 55, "gap_med": 20.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1606, forks 314 (observed 2026-08-28T04:05:10.479200+00:00)

## What it is
A Spring Boot starter that integrates the PageHelper pagination plugin for MyBatis. It auto-configures PageHelper so developers can add physical pagination to MyBatis queries with minimal setup.

## Use cases
- add pagination to MyBatis queries in Spring Boot
- auto-configure PageHelper via Spring Boot properties
- perform async count queries with pagination
- customize count or order-by SQL parsing
- support multiple database dialects for pagination

## When to choose
- you use MyBatis with Spring Boot and need physical SQL pagination
- you want zero-config pagination via a starter dependency
- you need dialect-aware pagination across multiple databases

## When to avoid
- you use JPA/Hibernate instead of MyBatis
- you only need in-memory pagination of small lists
- you don't use Spring Boot

## Facets
- artifact type: library
- maturity: active
- function: database, orm, middleware
- domain: databases, backend, web-development
- platform: jvm
- tags: mybatis, pagination, spring-boot-starter, pagehelper, spring-boot

## Member repositories
- pagehelper-org/pagehelper-spring-boot (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:10.479200+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:52:15.198098+00:00, confidence not recorded.
  - readme: https://github.com/pagehelper-org/pagehelper-spring-boot (fetched 2026-08-28T04:05:10.479200+00:00, sha 11890dde4d81)
- Data as of 2026-08-30T08:39:29.467469+00:00.
