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

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

是因为java不能将 0000-00-00 00:00:00 转成正常时间格式

原文地址:https://www.cnblogs.com/c2g5201314/p/13266719.html