Browse Source

Fix markup in encryption documentation.

Closes: #5030

Signed-off-by: atandon2024 <ajay.tandon@mongodb.com>
pull/5044/head
atandon2024 5 months ago committed by Christoph Strobl
parent
commit
5a733c464c
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

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

@ -146,7 +146,7 @@ It's useful when you need to explicitly manage data keys, encryption algorithms, @@ -146,7 +146,7 @@ It's useful when you need to explicitly manage data keys, encryption algorithms,
** ✅ Explicit configuration avoids the risk of surprises (e.g. missing configuration because of improper annotations or class-path scanning)
** ⚠ An Explicit Field Configuration can diverge from the domain model and you must keep it in sync with the domain model
**Derived setup*
**Derived setup**
Derived setup relies on annotations in your domain model and automatically generates the required encrypted field configuration from it.
This is simpler and recommended for typical Spring applications where your data model is already annotated.

Loading…
Cancel
Save