DATACOUCH-588 - Refactoring part 1 of n. (#278)
* DATACOUCH-588 - Implement pageable and realign repo query This implements pageable for non-reactive queries and realigns reactive queries with other spring-data projects to facilitate the implementaion of pageable (done) and other types of queries such as projection and distinct (not yet done) * DATACOUCH-588 - Implement pageable and realign repo query This implements pageable for non-reactive queries and realigns reactive queries with other spring-data projects to facilitate the implementaion of pageable (done) and other types of queries such as projection and distinct (not yet done) * DATACOUCH-588 - Refactoring part 1 of n. Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
@@ -12,4 +12,4 @@ cluster.mocked.numReplicas=1
|
||||
# Entry point configuration if not managed
|
||||
# value of hostname and ns_server port
|
||||
cluster.unmanaged.seed=127.0.0.1:8091
|
||||
cluster.unmanaged.numReplicas=0
|
||||
cluster.unmanaged.numReplicas=0
|
||||
|
||||
Reference in New Issue
Block a user