diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index ab221f7210..0bc8f6c6f8 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -1563,9 +1563,9 @@ 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 -sources. You ca use this to, for example, parameterize a base URL based on some external -configuration. +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. NOTE: Spring WebFlux uses `PathPattern` and the `PathPatternParser` for URI path matching support. Both classes are located in `spring-web` and are expressly designed for use with HTTP URL diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 2dc790d70b..3b103c1612 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -1718,9 +1718,9 @@ 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 -sources. You can use this, for example, to parameterize a base URL based on some external -configuration. +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.