Hi Team,
I am using spring boot couchbase latest version.
now I would like to know,
how to configure two buckets spring boot.
how to write JPA query in inteface repository for
selecting * from (bucket1)
selecting * from (bucket2)
Hi Team,
I am using spring boot couchbase latest version.
now I would like to know,
how to configure two buckets spring boot.
how to write JPA query in inteface repository for
selecting * from (bucket1)
selecting * from (bucket2)
Hey @K_Kumaravel,
Are they buckets on the same cluster? See also here:
If you haven’t yet set up buckets in Couchbase, have you looked at using different collections instead?
https://docs.couchbase.com/java-sdk/current/howtos/working-with-collections.html
Thanks @Nebasuke.
I found it.