I\'m working on some project which needs to extract data from DB and I use Spring MVC to build model from DB for selecting data.
Here is the problem with my
Append the following statement with the JDBC-mysql protocol:
"?zeroDateTimeBehavior=convertToNull&autoReconnect=true&characterEncoding=UTF-8&characterSetResults=UTF-8"
for Example:
jdbc:mysql://localhost/infra?zeroDateTimeBehavior=convertToNull&autoReconnect=true&characterEncoding=UTF-8&characterSetResults=UTF-8