Browse Source

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>
pull/36132/head
hojeong 3 weeks ago committed by rstoyanchev
parent
commit
2f83e6b4b5
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc
  2. 2
      framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc

2
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc

@ -393,7 +393,7 @@ is used to map requests. @@ -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

2
framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc

@ -424,7 +424,7 @@ is used to map requests. @@ -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

Loading…
Cancel
Save