解決的方法: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