美文网首页
hibernate jpa save 数据失败

hibernate jpa save 数据失败

作者: vipheyue | 来源:发表于2019-01-19 21:59 被阅读7次

org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [PRIMARY]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement

我手动插入了一些数据 然后一直报上面这个问题 原因是因为 主键冲突 导致
修改hibernate.自动生成的表里面的 值 就行了,改成 最大+1 的id

image.png

相关文章

网友评论

      本文标题:hibernate jpa save 数据失败

      本文链接:https://www.haomeiwen.com/subject/rectjqtx.html