Couchbase and Ephemeral Bucket setup in springboot

Hi Everyone,

I need help on how to connect one couchbase bucket for database purposes and one ephemeral bucket for caching in a single springboot app. I am using springboot version 3.4.0 and using the CouchbaseRepository interface. I have tried to look for a solution on google and chatgpt but unable to find one. Can someone help me with this along with providing a sample config class code and any other important piece of code if needed?