Skip to content

Commit

Permalink
Merge pull request #28572 from gorisanson
Browse files Browse the repository at this point in the history
* pr/28572:
  Polish contribution
  Update reference docs to use PropertySourcesPlaceholderConfigurer

Closes gh-28572
  • Loading branch information
snicoll committed Jun 7, 2022
2 parents e276737 + e18a118 commit 209fe5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -1540,9 +1540,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
Expand Down
6 changes: 3 additions & 3 deletions src/docs/asciidoc/web/webmvc.adoc
Expand Up @@ -1712,9 +1712,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.



Expand Down

0 comments on commit 209fe5f

Please sign in to comment.