From d5ef43a3284300906d7b404068c4031fb2d3163e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:28:02 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-mongodb-document-insert-array --- persistence-modules/java-mongodb-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb-3/README.md b/persistence-modules/java-mongodb-3/README.md index d76d53b06a..4d17be9bc5 100644 --- a/persistence-modules/java-mongodb-3/README.md +++ b/persistence-modules/java-mongodb-3/README.md @@ -2,3 +2,4 @@ ### Relevant Artilces: - [Guide to Find in MongoDB](https://www.baeldung.com/mongodb-find) - [Query Documents using Document ID in MongoDB](https://www.baeldung.com/mongodb-query-documents-id) +- [Insert Array Inside an Object in MongoDB](https://www.baeldung.com/java-mongodb-document-insert-array)