# springboot-backend **Repository Path**: mini-vue-admin/springboot-backend ## Basic Information - **Project Name**: springboot-backend - **Description**: 基于Springboot和JPA ORM框架的后端服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot-Backend 基于Java21 + Springboot 3.3.2版本 + SpringDataJPA框架实现 ## 功能 系统模块: 1. 用户管理 2. 角色管理 3. 菜单管理 4. 字典管理 5. 配置管理 ## API DOC 服务启动后,提供基于Swagger的OpenAPI接口文档 ``` http://localhost:8080/swagger-ui/index.html ```