daggerok / boot-event-sourcing

Simple event-sourcing java implementation using spring-boot, jpa, etc...

Repository from Github https://github.comdaggerok/boot-event-sourcingRepository from Github https://github.comdaggerok/boot-event-sourcing

boot-event-sourcing Build Status

Let’s implement simple internet store where you can create, paid order and where system can change it’s state…​.

build and run

build, run and test using gradle / docker
./gradlew
java -jar build/libs/*.jar
bash build/libs/*.jar

./gradlew build composeUp
./gradlew composeDown
build, run and test using maven / docker
./mvnw
java -jar target/*.jar
bash target/*.jar

bash mvnw docker-compose:up -P docker
bash mvnw docker-compose:down -P docker

test

http post :8080/api/
http post :8080/api/00000000-0000-0000-0000-000000000000

Initially generated by using generator-jvm yeoman generator (kotlin-spring-boot)

About

Simple event-sourcing java implementation using spring-boot, jpa, etc...

License:MIT License


Languages

Language:Java 51.2%Language:Kotlin 24.7%Language:Dockerfile 18.9%Language:HTML 5.2%