From 7508b5f2228cb0a4b4210ab25814fecb5e1d445e Mon Sep 17 00:00:00 2001 From: mikereiche Date: Mon, 27 Feb 2023 18:18:08 -0800 Subject: [PATCH] Fix typo and remove allow-bean-definition-overriding from transaction documentation. Closes #1612. --- src/main/asciidoc/transactions.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/asciidoc/transactions.adoc b/src/main/asciidoc/transactions.adoc index 0ee317a73..26cb1374b 100644 --- a/src/main/asciidoc/transactions.adoc +++ b/src/main/asciidoc/transactions.adoc @@ -5,10 +5,9 @@ Couchbase supports https://docs.couchbase.com/server/current/learn/data/transact == Requirements - - Couchbase Server 6.6.1 or aabove. + - Couchbase Server 6.6.1 or above. - Spring Data Couchbase 5.0.0-M5 or above. - NTP should be configured so nodes of the Couchbase cluster are in sync with time. The time being out of sync will not cause incorrect behavior, but can impact metadata cleanup. - - Set spring.main.allow-bean-definition-overriding=true either in application.properties or as a SpringApplicationBuilder property. - The entity class must have an `@Version Long` property to hold the CAS value of the document. == Overview