# lihengming/spring-boot-api-project-seed

:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目，用于快速构建中小型API、RESTful API项目~

Repository: https://github.com/lihengming/spring-boot-api-project-seed
Canonical: https://ross.abutalabs.com/products/spring-boot-api-project-seed
Language: Java
License Family: other
Topics: java, spring-boot, api, seed, rest, restful, mybatis, mapper, mybatis-pagehelper
Last push: 2023-12-17T23:35:07+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3358, "days_push": 990, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9692, forks 3719 (observed 2026-08-28T04:10:36.786775+00:00)

## What it is
A Spring Boot and MyBatis based seed/boilerplate project for quickly building small-to-medium RESTful API projects in Java. It provides best-practice project structure, unified response and exception handling, API signature auth, Druid connection pool monitoring, and a code generator that produces Model, Mapper, Service, and Controller code from database tables.

## Use cases
- bootstrap a spring boot restful api project quickly
- generate mybatis mapper service and controller code from database tables
- starter template for small to medium java backend apis
- unified response wrapping and exception handling in spring boot
- set up druid connection pool with monitoring in spring boot
- scaffold a crud api in minutes

## When to choose
- starting a new small or medium Spring Boot REST API project and wanting a proven structure
- you want zero-SQL single-table CRUD via MyBatis generic Mapper and PageHelper
- you want built-in code generation to eliminate repetitive boilerplate

## When to avoid
- building large microservice architectures needing service discovery or messaging
- you need a maintained project with a license or recent active development
- you prefer reactive stacks like Spring WebFlux or non-Java ecosystems

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, api-framework, orm, database, serialization, middleware, developer-tools
- domain: web-development, backend, apis, developer-tools
- platform: jvm, self-hosted
- tags: boilerplate, seed-project, spring-boot, mybatis, restful-api, code-generation, pagehelper, druid, starter-template, java, web-server

## Member repositories
- lihengming/spring-boot-api-project-seed (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:36.786775+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-30T07:21:10.040473+00:00, confidence not recorded.
  - readme: https://github.com/lihengming/spring-boot-api-project-seed (fetched 2026-08-28T04:10:36.786775+00:00, sha 9c657aa8a375)
- Data as of 2026-08-30T08:39:29.467469+00:00.
