试题详情

在 Spring Boot 中,可以使用( )注解来声明一个 RESTful Web 服务的请求处理方法。

A@RequestMapping

B@GetMapping

C@PostMapping

D以上都是