GH-586 - Fix configuration property metadata for JSON support in Kafka and RabbitMQ.

This commit is contained in:
Oliver Drotbohm
2024-05-08 10:33:21 +02:00
parent d5fcda7f45
commit b4a2c2ae43
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
|`false`
|Whether to initialize the JDBC event publication schema.
|`spring.modulith.events.kafka.json-enabled`
|`spring.modulith.events.kafka.enable-json`
|`true`
|Whether to enable JSON support for `KafkaTemplate`.
@@ -33,7 +33,7 @@
|`false`
|Whether to create indexes on the .
|`spring.modulith.events.rabbitmq.json-enabled`
|`spring.modulith.events.rabbitmq.enable-json`
|`true`
|Whether to enable JSON support for `RabbitTemplate`.