Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.14 KB

File metadata and controls

51 lines (27 loc) · 1.14 KB

DDDplus Demo

Build a Warehouse Management System(WMS) with DDDplus.

Languages: English | 中文


一、What is WMS

A warehouse management system (WMS) consists of software and processes that allow organizations to control and administer warehouse operations from the time goods or materials enter a warehouse until they move out.

二、How to read the demo

3.1(learn from reverse model) -> 3.2(learn code implementation from entry point) -> 3.3(domain object call graph) -> 3.5(tech details)

三、Details

3.1 Reverse modeling

The reverse modeling source code ->

3.2 Forward modeling

3.3 Call graph

3.4 Package reference graph

3.5 Tech details