diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index bc38abea4e4..3d87bff5027 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -1540,7 +1540,7 @@ extracts the name, version, and file extension: ---- URI path patterns can also have embedded `${...}` placeholders that are resolved on startup -through `PropertyPlaceHolderConfigurer` against local, system, environment, and other property +through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property sources. You ca use this to, for example, parameterize a base URL based on some external configuration. diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 30a3867b00b..1d3b2c9413f 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -1712,7 +1712,7 @@ extracts the name, version, and file extension: ---- URI path patterns can also have embedded `${...}` placeholders that are resolved on startup -by using `PropertyPlaceHolderConfigurer` against local, system, environment, and other property +by using `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property sources. You can use this, for example, to parameterize a base URL based on some external configuration.