使用@RequestMapping 注释映射请求路径即 你可以使用@RequestMapping注解来将请求URL映射到整个类上 或某个特定的方法上,即@RequestMapping 既可以定义在类上, 也可以定义方法上