Minor documentation polish

This commit is contained in:
Phillip Webb 2015-03-23 09:31:08 -07:00
parent a615f8a44a
commit 7c9ab5ced2
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 mechanism. To use Spring property placeholders together with automatic expansion
the Spring property placeholders need to be escaped like `\${..}`. the Spring property placeholders need to be escaped like `\${..}`.