cp-ddd-framework

轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!

View on GitHub

DDDplus Demo

Build a Warehouse Management System(WMS) with DDDplus.
Languages: English | [中文](/cp-ddd-framework/dddplus-test/src/test/java/ddd/plus/showcase/README.zh-cn.html)

一、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