Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcreate-dk committed Feb 5, 2024
1 parent e346910 commit 5e634d7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
- [postgresql-cqrs](postgresql-cqrs/README.md) - Postgresql focused CQRS and EventSourced aggregate examples

0 comments on commit 5e634d7

Please sign in to comment.