Accompanying application to a series of post on building CQRS based application with the AxonFramework
Stars
123
Forks
57
Watchers
123
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
Removing seperate command handler classes. Made Aggregates able to directly serve as command handlers
3e9872cView on GitHubCorrected the comments on the credit and debit methods
e4d2e65View on GitHubRemoved the need to explicity declare the AnnotationCommandHandlerBeanPostProcessor and AnnotationEventListenerBeanPostProcessor by using the @AnnotationDriven annotation
d6c9f18View on GitHubUpdate the DebitAccountHandler to use @CommandHandler annotation
d20acd3View on GitHub