Couchbase as a First Class Citizen of Spring Boot 1.4
This is a cross-post blog from Simon BASLÉ from Couchbase. You can find him on twitter (@simonbasle) or github. Learn more about Couchbase and the Couchbase Java SDK on the developer portal.
Spring Boot 1.4.0 MILESTONE 2
is out! This is a good time to tell you about the joint effort between Spring Boot team members and the Couchbase Java SDK team to offer a first class integration of Couchbase into Spring Boot :)
In Spring Boot 1.4.0
, Couchbase becomes a first class citizen of the Spring Boot ecosystem!
Couchbase SDK Integration
Spring Boot now directly recognizes when you have the Couchbase SDK
in your classpath. And when that's the case, it instantiates a Cluster
and a Bucket
bean for you using autoconfiguration…