We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267d3a3 + d22924c commit ec89553Copy full SHA for ec89553
framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc
@@ -119,7 +119,7 @@ Some example patterns:
119
* `+"/resources/*.png"+` - match zero or more characters in a path segment
120
* `+"/resources/**"+` - match multiple path segments
121
* `+"/projects/{project}/versions"+` - match a path segment and capture it as a variable
122
-* `+"/projects/{project:[a-z]+}/versions"+` - match and capture a variable with a regex
+* `++"/projects/{project:[a-z]+}/versions"++` - match and capture a variable with a regex
123
124
Captured URI variables can be accessed with `@PathVariable`. For example:
125
0 commit comments