试题详情

云计算新课2-@GetMapping是下面哪个注解的缩写

A@RequestMapping(method = RequestMethod.DELETE)

B@RequestMapping(method = RequestMethod.PUT)

C@RequestMapping(method = RequestMethod.POST)

D@RequestMapping(method = RequestMethod.GET)