Browse Source

Update reference docs to use PropertySourcesPlaceholderConfigurer

See gh-28572
pull/28720/head
Lee, Kyutae 4 years ago committed by Stephane Nicoll
parent
commit
77aac7768d
  1. 2
      src/docs/asciidoc/web/webflux.adoc
  2. 2
      src/docs/asciidoc/web/webmvc.adoc

2
src/docs/asciidoc/web/webflux.adoc

@ -1540,7 +1540,7 @@ extracts the name, version, and file extension: @@ -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.

2
src/docs/asciidoc/web/webmvc.adoc

@ -1712,7 +1712,7 @@ extracts the name, version, and file extension: @@ -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.

Loading…
Cancel
Save