Skip to content

Commit 464e681

Browse files
committed
Fix markdown bold syntax in mongo encryption doc.
Signed-off-by: Ajay Tandon <[email protected]>
1 parent 024d49d commit 464e681

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)