快速开始
仓库说明
Github 仓库:https://github.com/contful Gitee 仓库:https://gitee.com/contful
仓库结构说明
md
├── contful // 主仓库
│ ├── api // 一级子仓库 Service API
│ └── dashboard // 一级子仓库
│ └── api // 二级子仓库 Admin API
└── docs // 项目文档Service API: 提供给用户用于与前端页面进行接口对接使用,基于Spingboot 3开发
Dashboard: Contful控制台前端项目,采用TDesign Next 作为前端组件框架
Admin API: 与 Dashboard 项目配套使用的管理接口,基于Spingboot 3开发
技术选型
| 类目 | 方案 | 链接 |
|---|---|---|
| 前端组件库 | TDesign | https://tdesign.tencent.com |
| API开发框架 | Fast API | https://gitee.com/liulimi/fastapi |
| 后端开发框架 | Sprint Boot | https://spring.io/projects/spring-boot |
| 缓存数据库 | Redis | https://redis.io |
| 关系数据库 | MariaDB | https://mariadb.com |
| 对象存储 | MinIO | https://www.minio.org.cn |
| 工具包类库 | Hutool | https://www.hutool.cn |
| 认证鉴权框架 | Sureness | https://gitee.com/dromara/sureness |
| 第三方登录 | JustAuth | https://gitee.com/yadong.zhang/JustAuth |
