Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-11-11 17:12:28 +01:00
6 changed files with 133 additions and 98 deletions

View File

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