2021-03-24
分类:JAVA
阅读(1383)
一、请求映射注解
1、@Controller注解
2、@RequestMapping注解
3、@GetMapping 和 @PostMapping注解
4、Model 和 ModelMap
5、ModelAndView
二、参数绑定注解
1、@RequsetParam注解
2、@PathVariable注解
3、@RequestValue注解
4、@CookieValue注解
5、@ModelAttribute注解
6、@SessionBody 和 @SessionAttributes 注解
7、@ResponseBody 和 @RequestBody 注解
三、信息转化
1、HttpMessageConverter<T>
2、RequestMappingHandlerAdapter
3、自定义HttpMessageConverter