Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 902 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 902 Bytes

DDD Foodwatch Example Project

See DDD Community Home.

Prerequisites

Context map

contextMap

Subdomains

Build & run the example code

Normal maven build:

mvn clean package

In order to run the system you need to start the 4 applications separately:

java -jar order/target/*.jar      # listens on port 8080
java -jar food/target/*.jar       # listens on port 8081
java -jar recipe/target/*.jar     # listens on port 8082
java -jar shopping/target/*.jar   # listens on port 8083

Use Cases

Use Case 1 - User wants to create a shopping list from a recipe

Start here: http://localhost:8080/create-shopping-list