From 49eb56562369684ef322bc9b960620ec7315147c Mon Sep 17 00:00:00 2001 From: Michael Reiche <48999328+mikereiche@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:20:01 -0800 Subject: [PATCH] Fix typo and remove allow-bean-definition-overriding from transaction documentation. (#1683) 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 0ee317a7..26cb1374 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