对控制器的理解-后端控制层 老土鹅 2023-02-01 82 阅读1分钟 @RequestMapping(value="/hello",method=RequestMethod.Get) 等于 @GetMapping("/hello") @RequestParam注解的使用: