SpringMVC
类注解
@Conntroller
合并注解
@RestController = @controller+@ResponseBody
@GetMapping = @RequestMapping(value = "/getInfo",method = RequestMethod.GET)
@PostMapping = @RequestMapping(value = "/getInfo",method = RequestMethod.POST)
入参
@RequestMapping
@RequestParam
@RequestBody
@PathVariable
出参
@ResponseBody
18万+

被折叠的 条评论
为什么被折叠?



