java.sql.SQLException: Zero date value prohibited

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

相關文章
相關標籤/搜索