标签:
@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