Skip to content

Commit

Permalink
update(design pattern): real-world DDD layout
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Jul 31, 2021
1 parent e373056 commit 07ead31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notes/programming/devops/designPatternsBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,10 @@ Domain 层是领域模型系统的核心,
- Third-party tools, Message Queue, File, Cache, Database, Search etc.
- 实现仓储接口 DB, 通常真正读写 DB.

### DDD Layout

- [DDD Layout in Golang](https://github.com/lupguo/ddd-layout)

## 高并发系统设计

### Concurrent Code Layer
Expand Down

0 comments on commit 07ead31

Please sign in to comment.