spring-boot/spring-boot-dependencies
Stephane Nicoll e67f2e2983 Separate Couchbase setup from Spring Data
This commit separates the basic setup of Couchbase from Spring Data so
that a `Bucket` and `Cluster` bucket beans are exposed even if Spring
Data is not available.

A basic setup happens if `spring.couchbase.bootstrap-hosts` is specified,
configuring the `default` bucket with no authentication unless specified
otherwise.

If Spring Data is available, those beans are re-used by default to
configure the `CouchbaseTemplate` and other repository-related beans.

Closes gh-5347
2016-03-14 11:11:48 +01:00
..
src/main/xslt Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00
pom.xml Separate Couchbase setup from Spring Data 2016-03-14 11:11:48 +01:00