1

谁能帮我理解:

在 Spring Data Couchbase 中:spring-data-couchbase:4.3.0 Couchbase 版本:6.6.2

通过使用 couchbasetemplate

  • findById(Entity.class).one(id) 工作正常,我能够获取数据
  • findByQuery(Entity.class).all() 返回空数组
  • findByQuery(Entity.class).count() 返回 0
4

1 回答 1

0

这在https://github.com/spring-projects/spring-data-couchbase/issues/1321中有描述,在今天的 4.3.2 版本中已修复。

如果问题仍然存在,请打开一个新问题https://github.com/spring-projects/spring-data-couchbase/issues/new

于 2022-02-18T18:37:28.597 回答