Home

Awesome

DDD Webinar Example Application

This is the code for the domain model we designed in the Vaadin Domain Driven Development Webinar.

To try it out for yourself, follow these instructions:

  1. Make sure you have JDK 8 and Maven installed
  2. Clone this repository
  3. Run mvn spring-boot:run
  4. Point your browser to http://localhost:8080

Feel free to use this example code in your projects in any way you like.