摘要: Spring Mvc 自动装配 版本要求 Spring Framework 3.1 + Servlet 3.0 + Servlet SPI Servlet SPI ServletContainerInitializer ,参考 Servlet 3.0 规范 配合 @HandlesTypes Spri 阅读全文
posted @ 2020-06-04 09:03 樊梨花大大王 阅读(246) 评论(0) 推荐(0) 编辑
摘要: WebMvc常用注解示例 注册模型属性: @ModelAttribute 读取请求头: @RequestHeader 读取 Cookie: @CookieValue 校验参数: @Valid 、@Validated 注解处理: @ExceptionHandler 切面通知: @ControllerA 阅读全文
posted @ 2020-06-04 08:51 樊梨花大大王 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Web MVC 注解驱动 版本要求Spring Framework 3.1 + 基本配置步骤 注解配置: @Configuration ( Spring 范式注解 ) 组件激活: @EnableWebMvc (Spring 模块装配) 自定义组件 : WebMvcConfigurer (Spring 阅读全文
posted @ 2020-06-04 08:42 樊梨花大大王 阅读(291) 评论(0) 推荐(0) 编辑