使用Hibernate中出现了Caused by: java.sql.SQLException: Field 'gid' doesn't have a default value时间:2023-03-08 19:40:54那是因为表中没有设置主键自动增长,只需要改变表中的主键设置为自动增长即可