Files
number/后端架构设计/00-文档索引.md

31 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 后端架构设计文档索引
> **状态**:后端开发已完成,本目录保留架构设计与数据库参考文档。
> 实现细节请直接参阅源码:`openclaw-backend/openclaw-backend/src/`
## 架构总览
| 文件 | 说明 |
|------|------|
| [01-单体架构总体设计.md](./01-单体架构总体设计.md) | 整体架构图、技术栈、项目结构、模块划分、API格式、错误码 |
| [01-单体架构设计.md](./01-单体架构设计.md) | 补充架构说明 |
## 数据库设计
| 文件 | 说明 |
|------|------|
| [02-数据库设计-用户Skill积分.md](./02-数据库设计-用户Skill积分.md) | users / skill_categories / skills / skill_reviews / skill_downloads / user_points / points_records / points_rules 表结构 |
| [03-数据库设计-订单支付邀请.md](./03-数据库设计-订单支付邀请.md) | orders / order_items / order_refunds / recharge_orders / payment_records / invite_codes / invite_records 表结构 |
## 通用基础设施
| 文件 | 说明 |
|------|------|
| [11-通用基础设施-part1-响应与异常.md](./11-通用基础设施-part1-响应与异常.md) | Result / ErrorCode / BusinessException / GlobalExceptionHandler |
| [11-通用基础设施-part2-JWT与拦截器.md](./11-通用基础设施-part2-JWT与拦截器.md) | JwtUtil / UserContext / AuthInterceptor / WebMvcConfig |
| [11-通用基础设施-part3-配置与工具类.md](./11-通用基础设施-part3-配置与工具类.md) | RedisConfig / MybatisPlusConfig / IdGenerator / pom.xml依赖 / application.yml完整示例 |
---
**文档版本**v2.0 | **更新日期**2026-03-18
**变更**:已清理 11 份过期的服务开发文档04~10代码已全部实现请直接参阅源码。