Add escape of '{' to docs

This commit is contained in:
Dave Syer
2015-12-18 10:16:30 +00:00
parent c7f1bef979
commit f3acf50be2

View File

@@ -392,10 +392,10 @@ they are Spring Cloud Config clients.)
TIP: Normal, Spring environment placeholders with "${}" can be escaped
(and resolved on the client) by using backslash ("\") to escape the
"$", e.g. `\${app.foo:bar}` resolves to "bar" unless the app provides
its own "app.foo". Note that in YAML you don't need to escape the
backslash itself, but in properties files you do, when you configure
the overrides on the server.
"$" or the "{", e.g. `\${app.foo:bar}` resolves to "bar" unless the
app provides its own "app.foo". Note that in YAML you don't need to
escape the backslash itself, but in properties files you do, when you
configure the overrides on the server.
You can change the priority of all overrides in the client to be more
like default values, allowing applications to supply their own values