解决的方法:mysql
在jdbcUrl中设置zeroDateTimeBehavior=convertToNullspring
如:sql
spring.datasource.url=
jdbc:mysql://localhost:3306/zyjykspjw?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull
问题解决url