Update reference docs to use PropertySourcesPlaceholderConfigurer

See gh-28572
This commit is contained in:
Lee, Kyutae 2022-06-06 19:12:43 +09:00 committed by Stephane Nicoll
parent e2767371b5
commit 77aac7768d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.