Browse Source

Fix typo

Closes gh-12666
pull/12672/head
Kazuki YAMAMOTO 8 years ago committed by Stephane Nicoll
parent
commit
aac716cb8c
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -5436,7 +5436,7 @@ properties that are not directly supported, use the following properties: @@ -5436,7 +5436,7 @@ properties that are not directly supported, use the following properties:
spring.kafka.properties.prop.one=first
spring.kafka.admin.properties.prop.two=second
spring.kafka.consumer.properties.prop.three=third
spring,kafka.producer.properties.prop.four=fourth
spring.kafka.producer.properties.prop.four=fourth
----
This sets the common `prop.one` Kafka property to `first` (applies to producers,

Loading…
Cancel
Save