Axon Project Demo (Event Sourcing, DDD and CQRS)
Go to file
Sambo Chea 05431bd77b add projection
add dtos
Add exception for account
add repository
add account service command
2020-08-21 11:18:15 +07:00
gradle/wrapper Updated readme and file 2020-08-21 09:01:02 +07:00
src add projection 2020-08-21 11:18:15 +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