• Stars
    star
    118
  • Rank 299,923 (Top 6 %)
  • Language
    Java
  • Created almost 15 years ago
  • Updated almost 15 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Java example Domain-Driven-Design Command-Query Responsibility Separation
To start with the exercise do:

- Checkout: "git clone -b exercise git://github.com/erikrozendaal/cqrs-lottery.git"
- Run "mvn clean install" in the cqrs-lottery directory
- Go to the cqrs-example subdirectory
- Run "mvn jetty:run"
- Go to http://localhost:8080/lottery/lotteries
- Create a lottery
- Create a customer... this will break. Fix it!
- Purchases a ticket... this will break. Fix it!