GH-600 - Fix a spell mistake in docs.

This commit is contained in:
dowenliu-xyz
2024-05-13 10:48:13 +08:00
committed by Oliver Drotbohm
parent 8855ebcf9c
commit f1ae4af0fb

View File

@@ -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]]