Unable to find a valid document id for entity

来源:互联网 发布:mysql备份语句 编辑:程序博客网 时间:2024/06/06 09:10

找不到有效的文件  有这个id对应实体类

在getId上面也加个注解ok

@Id
    @DocumentId
public Integer getId() {
return this.id;
}

阅读全文
0 0
原创粉丝点击