# xb-draw **Repository Path**: GSean180/xb-draw ## Basic Information - **Project Name**: xb-draw - **Description**: 抽奖子系统架构设计 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-06 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 抽奖系统设计 > 采用cola架构进行demo演算,仅供参考 ### 架构设计 详情参考我的语雀文章 [抽奖子系统设计](https://www.yuque.com/heishuai/oi8vyn/mxhg7yb4v4z6c7ki?singleDoc# 《抽奖系统分析》) ### 目录说明 1. openresty ```text . ├── demo-web-adapter # 用户适配层 ├── demo-web-app # 业务层 ├── demo-web-base # 基础公共 ├── demo-web-client # 三方客户端 ├── demo-web-domain # 领域层 ├── demo-web-infrastructure # 基础设施层 ├── readme └── start # 启动服务 ```