Skip to content

This example project is intended as a proof of concept that CQRS/ES can be implemented in a lightweight way without using a dedicated CQRS framework. We will just be using Spring-Boot and some other libraries.

License

Notifications You must be signed in to change notification settings

holixon/cqrs-meets-hexagonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cqrs-meets-hexagonal

This example project is intended as a proof of concept that CQRS/ES can be implemented in a lightweight way without using a dedicated CQRS framework. We will just be using Spring-Boot and some other libraries.

Run Flyway Migrations locally

Because of mixed Java and SQL migration, we need first to clean and compile Java classes to make it work.

$ cd demo-transactions
$ mvn clean compile flyway:migrate -Dflyway.configFiles=../flyway/local.conf
$ mvn clean compile flyway:repair -Dflyway.configFiles=../flyway/local.conf

About

This example project is intended as a proof of concept that CQRS/ES can be implemented in a lightweight way without using a dedicated CQRS framework. We will just be using Spring-Boot and some other libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published