Browse Source

Polish contribution

See gh-28572
pull/28720/head
Stephane Nicoll 4 years ago
parent
commit
e18a118f8b
  1. 6
      src/docs/asciidoc/web/webflux.adoc
  2. 6
      src/docs/asciidoc/web/webmvc.adoc

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

@ -1540,9 +1540,9 @@ extracts the name, version, and file extension:
---- ----
URI path patterns can also have embedded `${...}` placeholders that are resolved on startup URI path patterns can also have embedded `${...}` placeholders that are resolved on startup
through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and
sources. You ca use this to, for example, parameterize a base URL based on some external other property sources. You ca use this to, for example, parameterize a base URL based on
configuration. some external configuration.
NOTE: Spring WebFlux uses `PathPattern` and the `PathPatternParser` for URI path matching support. NOTE: Spring WebFlux uses `PathPattern` and the `PathPatternParser` for URI path matching support.
Both classes are located in `spring-web` and are expressly designed for use with HTTP URL Both classes are located in `spring-web` and are expressly designed for use with HTTP URL

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

@ -1712,9 +1712,9 @@ extracts the name, version, and file extension:
---- ----
URI path patterns can also have embedded `${...}` placeholders that are resolved on startup URI path patterns can also have embedded `${...}` placeholders that are resolved on startup
by using `PropertySourcesPlaceholderConfigurer` against local, system, environment, and other property by using `PropertySourcesPlaceholderConfigurer` against local, system, environment, and
sources. You can use this, for example, to parameterize a base URL based on some external other property sources. You can use this, for example, to parameterize a base URL based on
configuration. some external configuration.

Loading…
Cancel
Save