org.apache.ibatis.exceptions.PersistenceException: 
### Error updating database.  Cause: java.sql.SQLException: Field 'id' doesn't have a default value
### The error may involve com.fanlan.Dao.blogDao.add1-Inline
### The error occurred while setting parameters
### SQL: insert into blog (title,author,create_time,views)         values (?,?,?,?)
### Cause: java.sql.SQLException: Field 'id' doesn't have a default value

更新数据库时出错。原因:java.sql.SQLException异常:字段“id”没有默认值

解决方案:

ALTER TABLE 表名  MODIFY 字段名 INT  AUTO_INCREMENT;
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐