Annotation Interface PATCH


Annotation for mapping HTTP PATCH requests onto specific handler methods.

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

作者:
TODAY 2018-11-17 21:24