# springboot-book-management **Repository Path**: lgc653/springboot-book-management ## Basic Information - **Project Name**: springboot-book-management - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-25 - **Last Updated**: 2024-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-book-management ## 使用指南 基础版本,最基础的RESTful API ```sh git checkout base_api ``` 进阶版本,加入了列表分页,模糊查找,数据校验 ```sh git checkout advanced_api ``` 带认证的进阶版本,在进阶版本基础上加上了JWT ```sh git checkout authenticated_advanced_api ``` 追加了Account和Book的一对多关系,追加了Swagger的支持 ```sh git checkout multiple_apis ``` ## Swagger * http://localhost:8080/swagger-ui/