Commit 7c9ab5ce authored by Phillip Webb's avatar Phillip Webb

Minor documentation polish

parent a615f8a4
......@@ -355,7 +355,7 @@ You can then refer to your Gradle project's properties via placeholders, e.g.
----
NOTE: Gradle's `expand` method uses Groovy's `SimpleTemplateEngine` which transforms
`${..}` tokens. This `${..}` style conflicts with Spring's own property placeholder
`${..}` tokens. The `${..}` style conflicts with Spring's own property placeholder
mechanism. To use Spring property placeholders together with automatic expansion
the Spring property placeholders need to be escaped like `\${..}`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment