我们一般用springMVC的时候都会在配置文件里加入<mvc:annotation-deriven> 这个配置项下面 我给大家解释一下为什么要加
1、加入<mvc:annotation-deriven>标签会自动注册 requestMappingHandleMapping requestMappingHandlerAdaptery ExceptionHandlerExceptionReslover 三个bean
2、提供支持: 类型转换 conversionService实例 @NumberFormat annotation@DateTimeFormat数据格式化@支持使用@Valid 对bean实例进行验证 @支持使用@requestBody 和@ResponseBody注解