org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:
Posted Sea_wxx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:相关的知识,希望对你有一定的参考价值。
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=‘createTime‘, mode=IN, javaType=class java.util.Date, jdbcType=null, numericScale=null, resultMapId=‘null‘, jdbcTypeName=‘null‘, expression=‘null‘}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #4 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Date","status":500
是因为设计数据库的时候主键忘记加了,而又使用的是MyBatis 通用 Mapper里的方法,找不到主键导致的
以上是关于org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:的主要内容,如果未能解决你的问题,请参考以下文章