当前位置:   article > 正文

org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert val_resolved [org.springframework.web.method.annotatio

resolved [org.springframework.web.method.annotation.methodargumenttypemismat

转载请注明出处: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
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/229775
推荐阅读
相关标签
  

闽ICP备14008679号