Skip to content

Commit 2c94078

Browse files
committed
Fix typo and remove allow-bean-definition-overriding from transaction documentation. (#1683)
Closes #1612.
1 parent 5cd9af8 commit 2c94078

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/main/asciidoc/transactions.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ Couchbase supports https://docs.couchbase.com/server/current/learn/data/transact
55

66
== Requirements
77

8-
- Couchbase Server 6.6.1 or aabove.
8+
- Couchbase Server 6.6.1 or above.
99
- Spring Data Couchbase 5.0.0-M5 or above.
1010
- 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.
11-
- Set spring.main.allow-bean-definition-overriding=true either in application.properties or as a SpringApplicationBuilder property.
1211
- The entity class must have an `@Version Long` property to hold the CAS value of the document.
1312

1413
== Overview

0 commit comments

Comments
 (0)