File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,9 @@ placeholders in `application.properties`, e.g.
175
175
server.port=${port:8080}
176
176
----
177
177
178
- TIP: If you have enabled maven filtering for the `application.properties` you may want
179
- to avoid using `${*}` for the tokens to filter as it conflicts with those placeholders.
178
+ TIP: If you are inheriting from the `spring-boot-starter-parent` POM, or if have enabled
179
+ maven filtering for the `application.properties` directly, you may want to change the
180
+ default filter token from `${*}` since it conflicts with those placeholders.
180
181
You can either use `@*@` (i.e. `@maven.token@` instead of `${maven.token}`) or you can
181
182
configure the `maven-resources-plugin` to use
182
183
http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#delimiters[other delimiters].
You can’t perform that action at this time.
0 commit comments