Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 538 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 538 Bytes

axon-casino

Demo application illustrating how we can use CQRS + EventSourcing to build simple betting app using AxonFramework

Dependencies

You need to get the trial license of vaadin charts using https://vaadin.com/pro/licenses

Launch

mvn vaadin:update-widgetset mvn spring-boot:run localhost:8080

With the default configuration, it will use an embedded H2 database for all storage. Through profiles, MySQL and/or AxonHub+DB can be used for a fully scalable configuration.