摘要:
WebMvc常用注解示例 注册模型属性: @ModelAttribute 读取请求头: @RequestHeader 读取 Cookie: @CookieValue 校验参数: @Valid 、@Validated 注解处理: @ExceptionHandler 切面通知: @ControllerA 阅读全文
摘要:
Web MVC 注解驱动 版本要求Spring Framework 3.1 + 基本配置步骤 注解配置: @Configuration ( Spring 范式注解 ) 组件激活: @EnableWebMvc (Spring 模块装配) 自定义组件 : WebMvcConfigurer (Spring 阅读全文