Polish
Closes gh-5508
This commit is contained in:
committed by
Stephane Nicoll
parent
a2d161caf5
commit
51bbe5e37a
@@ -3318,7 +3318,7 @@ dependencies in a convenient way.
|
||||
|
||||
[[boot-features-connecting-to-couchbase]]
|
||||
==== Connecting to Couchbase
|
||||
You can very easily get a a `Bucket` and `Cluster` by adding the couchbase SDK and some
|
||||
You can very easily get a `Bucket` and `Cluster` by adding the Couchbase SDK and some
|
||||
configuration. The `spring.couchbase.*` properties can be used to customize the
|
||||
connection. Generally you will provide the bootstrap hosts, bucket name and password:
|
||||
|
||||
@@ -3905,7 +3905,7 @@ For instance, the following exposes another factory that uses a specific `Messag
|
||||
}
|
||||
----
|
||||
|
||||
That you can use in any `@JmsListener`-annotated method as follows:
|
||||
Then you can use in any `@JmsListener`-annotated method as follows:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
@@ -4043,7 +4043,7 @@ For instance, the following exposes another factory that uses a specific `Messag
|
||||
}
|
||||
----
|
||||
|
||||
That you can use in any `@RabbitListener`-annotated method as follows:
|
||||
Then you can use in any `@RabbitListener`-annotated method as follows:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user