美文网首页
报错:A different object with the s

报错:A different object with the s

作者: 丶辣鸡丶 | 来源:发表于2018-12-18 13:12 被阅读0次

错误信息

A different object with the same identifier value was already associated with the session

解决方案

实体类中主键没有标明为自增,需要加入在 @Id 标签上加入以下标签

@GeneratedValue(strategy=GenerationType.IDENTITY)  // 主键自增

相关文章

网友评论

      本文标题:报错:A different object with the s

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