问题:Caused by: org.hibernate.MappingException: Repeated column in mapping for entity. column: creator_id (should be mapped with insert=“false” update=“false”)
原码

修改
方法一:加了一行代码 @Column(insertable=false,updatable=false)

方法二:调整位置

问题:Caused by: org.hibernate.MappingException: Repeated column in mapping for entity. column: creator_id (should be mapped with insert=“false” update=“false”)
原码

修改
方法一:加了一行代码 @Column(insertable=false,updatable=false)

方法二:调整位置

751
292
2069
4532

被折叠的 条评论
为什么被折叠?