Mybatis @Option(useGeneratedKeys=true,keyProperty="id")无效,且报错id没有默认值等错误

java.sql.SQLException: Field 'id' doesn't have a default value

在数据库中,必须设置该字段为自增

猜你喜欢

转载自blog.csdn.net/xssl_CSDN/article/details/83112513