Skip to content

Commit 51f205a

Browse files
committed
GH-324 - Add Neo4j-specific configuration properties to reference documentation.
1 parent 86f745e commit 51f205a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/docs/antora/modules/ROOT/pages/appendix.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
|`true`
2626
|Whether to automatically enable transactions for MongoDB. Requires the database to be run with a replica set.
2727

28+
|`spring.modulith.events.neo4j.event-index.enabled`
29+
|`false`
30+
|Whether to create indexes on the .
31+
2832
|`spring.modulith.events.rabbitmq.json-enabled`
2933
|`true`
3034
|Whether to enable JSON support for `RabbitTemplate`.

src/docs/antora/modules/ROOT/pages/events.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Note, how the type returned by the `assertThat(…)` expression allows to define
365365
== Spring Boot Event Registry Starters
366366

367367
Using the transactional event publication log requires a combination of artifacts added to your application.
368-
To ease that task, Spring Modulith provides starter POMs that are centered around the xref:events.adoc#publication-repositories[persistence technology] to be used and default to the Jackson-based `EventSerializer` implementation.
368+
To ease that task, Spring Modulith provides starter POMs that are centered around the xref:events.adoc#publication-registry.publication-repositories[persistence technology] to be used and default to the Jackson-based `EventSerializer` implementation.
369369
The following starters are available:
370370

371371
* `spring-modulith-starter-jpa` -- Using JPA as persistence technology.
@@ -374,3 +374,4 @@ Also works in JPA-based applications but bypasses your JPA provider for actual e
374374
* `spring-modulith-starter-mongodb` -- Using MongoDB behind Spring Data MongoDB.
375375
Also enables MongoDB transactions and requires a replica set setup of the server to interact with.
376376
The transaction auto-configuration can be disabled by setting the `spring.modulith.events.mongobd.transaction-management.enabled` property to `false`.
377+
* `spring-modulith-starter-neo4j` -- Using Neo4j behind Spring Data Neo4j.

0 commit comments

Comments
 (0)