From b7a0af0df053dbdac426664efdfa65d85427c571 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 21 Feb 2020 15:43:29 -0800 Subject: [PATCH] Escape the Spring property placeholder syntax used in Spring application properties files. --- spring-geode-docs/src/docs/asciidoc/cloudfoundry.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/cloudfoundry.adoc b/spring-geode-docs/src/docs/asciidoc/cloudfoundry.adoc index 2523dda9..5868d222 100644 --- a/spring-geode-docs/src/docs/asciidoc/cloudfoundry.adoc +++ b/spring-geode-docs/src/docs/asciidoc/cloudfoundry.adoc @@ -232,7 +232,7 @@ NOTE: Though less common, you can also configure the `Pool` of connections to ta using the `spring.data.gemfire.pool..severs` property. TIP: Keep in mind that properties in Spring Boot `application.properties` can refer to other properties like so: -`property=${otherProperty}`. This allows you to further externalize properties using Java System properties +`property=$\{otherProperty}`. This allows you to further externalize properties using Java System properties or Environment Variables. Of course, a client Region is then assigned the Pool of connections that are used to send data to/from