leafage 是一个基于 Spring Boot 构建的通用后台管理系统,适用于各种企业和个人项目的快速开发。
项目采用模块化设计,支持常用的管理功能和权限控制。
- 基于 Spring Boot 易于集成和二次开发
- 完善的用户和权限管理
- RESTful API 设计
- 前后端分离架构
- 支持日志审计和操作记录
- 易于部署和配置
- Java 17+
- Spring Boot
- Spring Security
| 技术栈 | 分支 | 框架/库 |
|---|---|---|
| webmvc | develop | Spring data jpa |
| Spring cloud gateway webmvc | ||
| webflux | webflux | Spring data r2dbc |
| Spring cloud gateway webflux |
| 技术栈 | 分支 | 框架/库 |
|---|---|---|
| Vue | develop | Quasar |
| Vue | develop-2 | Element Plus |
| React | react | PrimeReact |
前端源码及详细文档请见 @little3201/leafage-ui
git clone https://github.com/little3201/leafage.git
cd leafage- 创建数据库(如 leafage),导入
schema.sql - 修改
application.yml配置数据库连接信息
mvn spring-boot:run或
./mvnw spring-boot:run默认接口地址:http://localhost:8080/
前端地址(如有):http://localhost:xxxx/
leafage/
├── auth/
├── gateway/
├── hypervisor/
└── README.md
欢迎各位开发者参与贡献!
- Fork 本仓库
- 新建分支
feature/xxx - 提交代码并发起 Pull Request