can not be represented as java.sql.Timestamp

can not be represented as java.sql.Timestamp

使用Mybatis开发程序的时候,有的时间字段没有必要填写,但是,以后Mybatis查询的时候会报出

java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Timestamp

的错误, 这是因为Mybatis认为这个不是一个有效的时间字串。

而有效的日期格式为“ 0001-01-01   00:00:00.0 ”


遇到这种问题的唯一解决办法: 你TM能不能在插入数据时把有关日期的插入完整,非要插入个空值?其他什么改配置文件的都是扯蛋


你可能感兴趣的:(can not be represented as java.sql.Timestamp)