Skip to content

Commit e14f317

Browse files
committed
Descover service
1 parent 3aa088f commit e14f317

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
Loading
Loading
Loading

Course2: Decompose monolithic system/index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- [3.5 定义服务接口](#35-定义服务接口)
1414
- [相关书籍](#相关书籍)
1515

16-
1716
## 1. 何为架构?
1817

1918
>The software architecture of a computing system is the set of structures needed to reason about the system, which comprise software elements, relations among them, and properties of both.
@@ -33,14 +32,17 @@
3332

3433
## 3. 动手拆分
3534

35+
![](./assets/2021-12-29-16-59-58.png)
36+
3637
user story
3738

3839
1个user story可能会有多个场景, 场景pre-conditions 和 post-conditions
3940

41+
![](./assets/2021-12-29-16-59-15.png)
4042

41-
user story 能产生
43+
user story 能产生 domain model & operation
4244

43-
domain model & operation
45+
![](./assets/2021-12-29-17-02-30.png)
4446

4547
### 3.1 按业务拆分
4648

0 commit comments

Comments
 (0)