guides/services.md

42 lines
686 B
Markdown
Raw Normal View History

2024-02-25 11:52:50 +08:00
```
2024-02-25 11:58:37 +08:00
BSM
2024-02-25 12:10:43 +08:00
│ 基础设施
├─bsm-infra
2024-02-25 12:17:07 +08:00
│ ├─gateway API网关服务
|
| 注册服务组
├─bsm-registry
│ └─actions 编译服务
|
| SDK包
2024-02-25 11:58:37 +08:00
├─bsm-sdk
2024-02-25 12:17:07 +08:00
│ ├─engine SDK核心库
│ ├─skeleton 微服务样本架构
|
| 基础微服务
2024-02-25 11:58:37 +08:00
├─bsm-service-base
│ ├─initialize
│ └─notify
2024-02-25 12:17:07 +08:00
|
| 应用微服务
├─bsm-service-app
│ └─passport
|
| 电商微服务
2024-02-25 11:58:37 +08:00
├─bsm-service-ec
│ ├─address
│ ├─mall
│ └─order
2024-02-25 12:17:07 +08:00
|
| 内容微服务
2024-02-25 11:58:37 +08:00
├─bsm-service-ugc
│ └─content
2024-02-25 12:17:07 +08:00
|
| 运营及系统管理
├─bsm-service-mgt
│ └─operate
│ └─system
|
| 工具集
2024-02-25 11:58:37 +08:00
└─bsm-tools
└─proto-merge