Skip to content

Commit 77aac77

Browse files
gorisansonsnicoll
authored andcommitted
Update reference docs to use PropertySourcesPlaceholderConfigurer
See gh-28572
1 parent e276737 commit 77aac77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ 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
1543+
through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property
15441544
sources. You ca use this to, for example, parameterize a base URL based on some external
15451545
configuration.
15461546

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ 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
1715+
by using `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property
17161716
sources. You can use this, for example, to parameterize a base URL based on some external
17171717
configuration.
17181718

0 commit comments

Comments
 (0)