spring-bootspring-data-couchbase

how to find out which sdk version spring-data-couchbase uses internally in spring boor application?


I am using spring-data-couchbase jar to connect to Couchbase db from spring boot application. Now I want to know which sdk version my spring-data-couchbase using ? whether it's sdk2.x or sdk3.x?


Solution

  • spring data couchbase 3.x uses SDK 2.x
    spring data couchbase 4.x uses SDK 3.x
    spring data couchbase 5.x uses SDK 3.x
    

    Also - the command "mvn dependency:tree" will show a dependency tree of your maven project.