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:
- Make sure you have JDK 8 and Maven installed
- Clone this repository
- Run
mvn spring-boot:run
- Point your browser to http://localhost:8080
Feel free to use this example code in your projects in any way you like.