Annotation Interface POST


Annotation for mapping HTTP POST requests onto specific handler methods.

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

作者:
TODAY
2018-07-01 14:08:28