From 5e634d767f5b1c5fed65f1a86976247558893398 Mon Sep 17 00:00:00 2001 From: Jeppe Cramon <96371136+cloudcreate-dk@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:01:27 +0100 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 266d093..cf96dff 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # Essentials Spring Example +## License +Essentials is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0) + +## Versions + + | Essentials version | Java compatibility | Spring Boot compatibility | |----------------------------------------------------------------------------------------------|--------------------|---------------------------| | [0.9.*](https://github.com/cloudcreate-dk/essentials-spring-examples/tree/java11) | 11-16 | 2.7.x | | [0.20.*](https://github.com/cloudcreate-dk/essentials-spring-examples/tree/springboot_3_0_x) | 17+ | 3.0.x | -| [0.30.*](https://github.com/cloudcreate-dk/essentials-spring-examples/tree/main) | 17+ | 3.1.x | +| [0.30.*](https://github.com/cloudcreate-dk/essentials-spring-examples/tree/springboot_3_1_x) | 17+ | 3.1.x | +| [0.40.*](https://github.com/cloudcreate-dk/essentials-spring-examples/tree/main) | 17+ | 3.2.x | Examples of how to use the Essentials and Essentials Components together with Spring and Spring Boot: - [mongodb-inbox-outbox](mongodb-inbox-outbox/README.md) - MongoDB focused Inbox/Outbox example that integrates with Kafka - [postgresql-inbox-outbox](postgresql-inbox-outbox/README.md) - Postgresql focused Inbox/Outbox example that integrates with Kafka -- [postgresql-cqrs](postgresql-cqrs/README.md) - Postgresql focused CQRS and EventSourced aggregate examples \ No newline at end of file +- [postgresql-cqrs](postgresql-cqrs/README.md) - Postgresql focused CQRS and EventSourced aggregate examples