首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Repeated column in mapping for entity
Repeated column in mapping for entity
it
2023-07-12
72
报错字段需要添加insertable=false, updatable=false 如:
@Column
(
name
=
"mail_push"
,
insertable
=
false
,
updatable
=
false
)
private
String push
;
转载请注明原文地址: https://lol.8miu.com/read-6823.html
最新回复
(
0
)