赞
踩
转载请注明出处:https://blog.csdn.net/weixin_41459547/article/details/88843702
若有不对之处,感谢各位批评指导,希望大家一起讨论学习。
导读:第一部分为异常详情,第二部分为解决方法,若不想查看异常信息,可直接查看解决方法解决问题,
本文的背景:前端使用html的date控件,在后端使用Date类型字段接收时,发出错误,而String类型字段接收可以实现。具体实现方法为——通过SimpleDateFormat的parse方法将String类型转换为Date类型。
因异常代码量过长,所以放在文末,这里先贴出报错的那一整行的信息:
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type [java.lang.String] to required type [java.util.Date]; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [java.util.Date] for value '2000-09
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。