diff --git a/src/docs/antora/modules/ROOT/pages/events.adoc b/src/docs/antora/modules/ROOT/pages/events.adoc index 4ed4a5f6..cc908cf6 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -254,7 +254,7 @@ To actually write the event publication log, Spring Modulith exposes an `EventPu You select the persistence technology to be used by adding the corresponding JAR to your Spring Modulith application. We have prepared dedicated xref:events.adoc#starters[starters] to ease that task. -The JDBC-based implementation can create a dedicated table for the event publication log when the respective configuration property (`spring.modulith.events.jdbc-schema-initialization.enabled`) is set to `true`. +The JDBC-based implementation can create a dedicated table for the event publication log when the respective configuration property (`spring.modulith.events.jdbc.schema-initialization.enabled`) is set to `true`. For details, please consult the xref:appendix.adoc#schemas[schema overview] in the appendix. [[publication-registry.serialization]]