mybatis查询数据时抛出异常PersistenceException 之Cause can not be represented as java.sql.Timestamp
在使用MySql时,数据库中的字段类型是timestamp的,默认为0000-00-00,会发生异常:java.sql.SQLException:Value'0000-00-00’cannotberepresentedasjava.sql.Timestamp解决办法:给jdbcurl加上zeroDateTimeBehavior参数:datasource.url=jdbc:mysql://local