Skip to content

Commit

Permalink
Update reference docs to use PropertySourcesPlaceholderConfigurer
Browse files Browse the repository at this point in the history
  • Loading branch information
gorisanson authored and snicoll committed Jun 7, 2022
1 parent e276737 commit 77aac77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webmvc.adoc
Expand Up @@ -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.

Expand Down

0 comments on commit 77aac77

Please sign in to comment.