English Readme | 中文说明
This project is maintained separately for each major Spring Boot version. The master branch is a project landing page and does not contain publishable source code.
| Branch | Spring Boot | Current version | Requirement |
|---|---|---|---|
| springboot2 | 2.x | 2.1.2 | Java 8 |
| springboot3 | 3.x | 3.1.2 | Java 17 |
| springboot4 | 4.x | 4.1.2 | Java 17 |
Open the branch matching your project’s Spring Boot major version for the complete README, source code, and maintenance instructions.
Maven coordinates:
<dependency>
<groupId>io.github.liuanxin</groupId>
<artifactId>api-document</artifactId>
<version>current version of the selected branch</version>
</dependency>