java.sql.SQLException: Value'0000-00-00'异常解决办法
转帖自http://www.blogjava.net/hilor/articles/164814.html
在使用MySql 时, 数据库中的字段类型是timestamp的,默认为0000-00-00, 会发生异常:
java.sql.SQLException: Value '0000-00-00 ' can not be represented as java.sql.Timestamp
解决办法: