原因是:在創建實體類的時候吧date類型寫成data導致類型不匹配
Type handler was null on parameter mapping for property 'createTime'. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.
Type handler was null on parameter mapping for property 'createTime'. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.
原因是:在創建實體類的時候吧date類型寫成data導致類型不匹配
此處總結:在寫實體類時要注意一些類型的導包,不要導錯