Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibitedCaused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited
Manohar Changed status to publish July 16, 2021
Please add end of the JDBC URL “?zeroDateTimeBehavior=convertToNull” like as below
jdbc:mysql://yourdbserverip:3306/yourdatabasename?zeroDateTimeBehavior=convertToNull
Manohar Changed status to publish March 10, 2020