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

 You can use this JDBC URL directly in your data source configuration:

jdbc:mysql://yourserver:3306/yourdatabase?zeroDateTimeBehavior=convertToNull

Comments

Popular posts from this blog

Postman form-data sending complex object with file

Working of HashMap in Java