在用Springmvc的日期类型作为参数的时候,会碰到
org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type " java.lang.String" to required type "java.util.Date"; nested exception is java.lang. IllegalStateException: Cannot convert value of type [java.lang.String] to required type [java.util.Date]: no matchingeditors or conversion strategy found 对应不能绑定问题一般有下面几个办法: 一、Spring3的源码,稍微做了下修正:在Spring3的core包下找到org.springframewo