Skip to content

快速开始

仓库说明

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开发

技术选型

类目方案链接
前端组件库TDesignhttps://tdesign.tencent.com
API开发框架Fast APIhttps://gitee.com/liulimi/fastapi
后端开发框架Sprint Boothttps://spring.io/projects/spring-boot
缓存数据库Redishttps://redis.io
关系数据库MariaDBhttps://mariadb.com
对象存储MinIOhttps://www.minio.org.cn
工具包类库Hutoolhttps://www.hutool.cn
认证鉴权框架Surenesshttps://gitee.com/dromara/sureness
第三方登录JustAuthhttps://gitee.com/yadong.zhang/JustAuth