From 51a1e6d8bde7d15c618cc61869c501b0fa707858 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 4 Jun 2019 11:07:59 -0400 Subject: [PATCH] GH-1720: Default Property Doc Improvements Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/1720 Resolves #1724 --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 4364656e2..7ee856731 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -1388,7 +1388,7 @@ Default: `30` Binding properties are supplied by using the format of `spring.cloud.stream.bindings..=`. The `` represents the name of the channel being configured (for example, `output` for a `Source`). -To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=`. +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=` for common binding properties, and `spring.cloud.stream.default..=`. When it comes to avoiding repetitions for extended binding properties, this format should be used - `spring.cloud.stream..default..=`.