@RestController是Spring 4.0版本的一个注解,它的功能相当于@Controller注解和@ResponseBody注解之和。@RequestMapping注解是配置请求地址的Url映射的。