Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited

原因:数据库日期出现零值,即0000-00-00 属于一个无效日期。

解决方案:重新赋值,或者在jdbc链接后加参数zeroDateTimeBehavior=convertToNull

posted @ 2020-02-28 00:30  了悟  阅读(1716)  评论(0编辑  收藏  举报