Commit 6b679b7d authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-22945
parent f75e9884
...@@ -4747,7 +4747,7 @@ Spring Data includes repository support for Couchbase. ...@@ -4747,7 +4747,7 @@ Spring Data includes repository support for Couchbase.
For complete details of Spring Data Couchbase, refer to the {spring-data-couchbase-docs}[reference documentation]. For complete details of Spring Data Couchbase, refer to the {spring-data-couchbase-docs}[reference documentation].
You can inject an auto-configured `CouchbaseTemplate` instance as you would with any other Spring Bean, provided a `CouchbaseClientFactory` bean is available. You can inject an auto-configured `CouchbaseTemplate` instance as you would with any other Spring Bean, provided a `CouchbaseClientFactory` bean is available.
This happens when a `Cluster` is availabe, as described above, and a bucket name as been specified: This happens when a `Cluster` is available, as described above, and a bucket name has been specified:
[source,properties,indent=0,configprops] [source,properties,indent=0,configprops]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment