java.sql.SQLException:Value '0000-00-00' can not be represented as java.sql.Date

解决办法:datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull 
相关文章
相关标签/搜索