File tree Expand file tree Collapse file tree
framework-docs/modules/ROOT/pages/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ is used to map requests.
393393Once API versioning is enabled, you can begin to map requests with versions.
394394The `@RequestMapping` `version` attribute supports the following:
395395
396- - No value -- matches any version
396+ - No value -- matches any version, unless the request is superseded by a more specific version match.
397397- Fixed version ("1.2") -- matches the given version only
398398- Baseline version ("1.2+") -- matches the given version and above
399399
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ is used to map requests.
424424Once API versioning is enabled, you can begin to map requests with versions.
425425The `@RequestMapping` `version` attribute supports the following:
426426
427- - No value -- matches any version
427+ - No value -- matches any version, unless the request is superseded by a more specific version match.
428428- Fixed version ("1.2") -- matches the given version only
429429- Baseline version ("1.2+") -- matches the given version and above
430430
You can’t perform that action at this time.
0 commit comments