# session-store-java **Repository Path**: mirrors_couchbaselabs/session-store-java ## Basic Information - **Project Name**: session-store-java - **Description**: Example of how to build a session store with Couchbase using spring-session-couchbase - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Couchbase Java Session Store Example of how to build a session store with Couchbase using spring-session-couchbase # How to run this Project The *spring-session-data-couchbase* dependency is not released yet, so you will need to checkout this project https://github.com/couchbaselabs/spring-session-data-couchbase and build it locally first. All you need is to configure the database connection in the *application.properties* file: ~~~~ spring.couchbase.bootstrap-hosts=localhost spring.couchbase.bucket.name=sessionstore spring.couchbase.bucket.password=password ~~~~