@InitBinder protected void initBinder(HttpServletRequest request, ServletRequestDataBinder binder) throws Exception { binder.registerCustomEditor(Date.class, new DatePropertyEditor(yourDateformat)); }
springmvc 请求出现400错误(当传入的参数类型是Date时加上下面代码试试)
原文:http://www.cnblogs.com/SHMILYHP/p/5127470.html