star君
2020-08-03 14:31
nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'createTime' of 'class com.zj.pojo.User1' with value 'Mon Aug 03 14:25:20 CST 2020' Cause: java.lang.IllegalArgumentException: argument type mismatch
我是用idea写的,在存储日期的时候,提示了这个错误。代码也是按着你敲的。
你的createTime是什么类型的,还有是使用的lombok插件,还是自己写的get,set方法,也可能是没有get,set方法导致的。
采用的是Date类型,按你的那个类型就没有办法实现。使用的lombok插件,没有自己写。最近没有看消息,回复迟了,抱歉。
没有get ,set
MyBatis-Plus入门
56970 学习 · 381 问题
相似问题