Annotation Interface PutMapping


Annotation for mapping HTTP PUT requests onto specific handler methods.

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

作者:
TODAY 2020/12/8 21:47