Annotation Interface PatchMapping


Annotation for mapping HTTP PATCH requests onto specific handler methods.

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

从以下版本开始:
4.0 2022/1/25 17:45
作者:
Harry Yang