Skip to content

Commit 209fe5f

Browse files
committed
Merge pull request #28572 from gorisanson
* pr/28572: Polish contribution Update reference docs to use PropertySourcesPlaceholderConfigurer Closes gh-28572
2 parents e276737 + e18a118 commit 209fe5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,9 +1540,9 @@ extracts the name, version, and file extension:
15401540
----
15411541

15421542
URI path patterns can also have embedded `${...}` placeholders that are resolved on startup
1543-
through `PropertyPlaceHolderConfigurer` against local, system, environment, and other property
1544-
sources. You ca use this to, for example, parameterize a base URL based on some external
1545-
configuration.
1543+
through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and
1544+
other property sources. You ca use this to, for example, parameterize a base URL based on
1545+
some external configuration.
15461546

15471547
NOTE: Spring WebFlux uses `PathPattern` and the `PathPatternParser` for URI path matching support.
15481548
Both classes are located in `spring-web` and are expressly designed for use with HTTP URL

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,9 +1712,9 @@ extracts the name, version, and file extension:
17121712
----
17131713

17141714
URI path patterns can also have embedded `${...}` placeholders that are resolved on startup
1715-
by using `PropertyPlaceHolderConfigurer` against local, system, environment, and other property
1716-
sources. You can use this, for example, to parameterize a base URL based on some external
1717-
configuration.
1715+
by using `PropertySourcesPlaceholderConfigurer` against local, system, environment, and
1716+
other property sources. You can use this, for example, to parameterize a base URL based on
1717+
some external configuration.
17181718

17191719

17201720

0 commit comments

Comments
 (0)