mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Update reference for API version without a value
See gh-36125 Signed-off-by: hojeong park <parkhj062@gmail.com> Signed-off-by: hojeong <parkhj062@gmail.com>
This commit is contained in:
@@ -393,7 +393,7 @@ is used to map requests.
|
||||
Once API versioning is enabled, you can begin to map requests with versions.
|
||||
The `@RequestMapping` `version` attribute supports the following:
|
||||
|
||||
- No value -- matches any version
|
||||
- No value -- matches any version, unless the request is superseded by a more specific version match.
|
||||
- Fixed version ("1.2") -- matches the given version only
|
||||
- Baseline version ("1.2+") -- matches the given version and above
|
||||
|
||||
|
||||
@@ -424,7 +424,7 @@ is used to map requests.
|
||||
Once API versioning is enabled, you can begin to map requests with versions.
|
||||
The `@RequestMapping` `version` attribute supports the following:
|
||||
|
||||
- No value -- matches any version
|
||||
- No value -- matches any version, unless the request is superseded by a more specific version match.
|
||||
- Fixed version ("1.2") -- matches the given version only
|
||||
- Baseline version ("1.2+") -- matches the given version and above
|
||||
|
||||
|
||||
Reference in New Issue
Block a user