Skip to content

Commit 5a733c4

Browse files
atandon2024christophstrobl
authored andcommitted
Fix markup in encryption documentation.
Closes: #5030 Signed-off-by: atandon2024 <[email protected]>
1 parent 829c15a commit 5a733c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ It's useful when you need to explicitly manage data keys, encryption algorithms,
146146
** ✅ Explicit configuration avoids the risk of surprises (e.g. missing configuration because of improper annotations or class-path scanning)
147147
** ⚠️ An Explicit Field Configuration can diverge from the domain model and you must keep it in sync with the domain model
148148

149-
**Derived setup*
149+
**Derived setup**
150150

151151
Derived setup relies on annotations in your domain model and automatically generates the required encrypted field configuration from it.
152152
This is simpler and recommended for typical Spring applications where your data model is already annotated.

0 commit comments

Comments
 (0)