Added framwork hints

This commit is contained in:
Michael Schnell
2021-09-04 15:56:28 +02:00
parent ca526e872e
commit 0689587fcd

View File

@@ -1,5 +1,5 @@
# ddd-cqrs-4-java-example
Example microservices that use [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries and an [EventStore](https://eventstore.org/) to store the events (Event Sourcing).
Example microservices that use [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries and an [EventStore](https://eventstore.org/) to store the events (Event Sourcing). Supports [Quarkus](https://quarkus.io/) and [Spring Boot](https://spring.io/projects/spring-boot/).
[![Java Development Kit 11](https://img.shields.io/badge/JDK-11-green.svg)](https://openjdk.java.net/projects/jdk/11/)