我们正在开发一个带有spring boot的API服务器,我们使用Couchbase作为数据库。 我们有一个具有以下属性的实体:
@Version @Field("version") private long version;
谢谢