Annotation Interface PUT


Annotation for mapping HTTP PUT requests onto specific handler methods.

Specifically, @PUT is a composed annotation that acts as a shortcut for @RequestMapping(method = HttpMethod.PUT).

作者:
TODAY
2018-07-01 14:07:11 2018-08-23 10:24 change add @RequestMapping(method = HttpMethod.PUT)