Axon Project Demo (Event Sourcing, DDD and CQRS)
Go to file
Sambo Chea d3e8d63287 completely implementation about cqrs and event sourcing
But not testing yet
And not yet for rest too for query
2020-08-21 11:30:40 +07:00
gradle/wrapper Updated readme and file 2020-08-21 09:01:02 +07:00
src completely implementation about cqrs and event sourcing 2020-08-21 11:30:40 +07:00
.gitignore Updated readme and file 2020-08-21 09:01:02 +07:00
build.gradle.kts Add data classes and aggregate 2020-08-21 10:55:40 +07:00
gradlew Updated readme and file 2020-08-21 09:01:02 +07:00
gradlew.bat Updated readme and file 2020-08-21 09:01:02 +07:00
README.md Updated readme and file 2020-08-21 09:01:02 +07:00
settings.gradle.kts Updated readme and file 2020-08-21 09:01:02 +07:00

Spring Boot + Axon Framework

Concepts to implement

  • Event Sourcing
  • DDD
  • CQRS System

Contributors