GH-674 - Add documentation for Neo4j modules.

This commit is contained in:
Dimitrios Begnis
2024-06-19 15:51:36 +02:00
committed by Oliver Drotbohm
parent e7f2966617
commit d5940afa1b

View File

@@ -104,6 +104,14 @@ a|* `spring-modulith-starter-core`
* `spring-modulith-events-mongodb` (runtime)
* `spring-modulith-events-jackson` (runtime)
|`spring-modulith-starter-neo4j`
|`compile`
a|* `spring-modulith-starter-core`
* `spring-modulith-events-api`
* `spring-modulith-events-core` (runtime)
* `spring-modulith-events-neo4j` (runtime)
* `spring-modulith-events-jackson` (runtime)
|`spring-modulith-starter-test`
|`test`
a|* `spring-modulith-docs`
@@ -127,6 +135,7 @@ a|* `spring-modulith-docs`
|`spring-modulith-events-jpa`|`runtime`|A JPA-based implementation of the `EventPublicationRegistry`.
|`spring-modulith-events-kafka`|`runtime`|Event externalization support for Kafka.
|`spring-modulith-events-mongodb`|`runtime`|A MongoDB-based implementation of the `EventPublicationRegistry`.
|`spring-modulith-events-neo4j`|`runtime`|A Neo4j-based implementation of the `EventPublicationRegistry`.
|`spring-modulith-moments`|`compile`|The Passage of Time events implementation described xref:moments.adoc[here].
|`spring-modulith-runtime`|`runtime`|Support to bootstrap an `ApplicationModules` instance at runtime. Usually not directly depended on but transitively used by `spring-modulith-actuator` and `spring-modulith-observability`.
|`spring-modulith-observability`|`runtime`|Observability infrastructure described <<observability, here>>.