First of all, yes, I already added ?zeroDateTimeBehavior=convertToNull
in the connection URL, the problem is that in the query the date zeroed does not come null and always releases the following Exception:
java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date
I have already debugged and always for the same zeroed date being called by the ResultSet
regC100.setDtDoc(resultSet.getDate(14));