String url = "jdbc:mysql://localhost:3306/test?zeroDateTimeBehavior=round"; // 转换为 "0001-01-01 00:00:00"
String url = "jdbc:mysql://localhost:3306/test?zeroDateTimeBehavior=convertToNull"; // 转换为Null
原文地址:http://blog.csdn.net/winwill2012/article/details/43764573