From e8de750d9747efa13e37bb61efce5ca53e7dfd5f Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Mon, 23 May 2022 17:12:20 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/spring-data-mongodb-collection-name --- .../spring-boot-persistence-mongodb-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/spring-boot-persistence-mongodb-2/README.md b/persistence-modules/spring-boot-persistence-mongodb-2/README.md index 9169e09813..ba27436109 100644 --- a/persistence-modules/spring-boot-persistence-mongodb-2/README.md +++ b/persistence-modules/spring-boot-persistence-mongodb-2/README.md @@ -1,4 +1,5 @@ # Relevant Articles - [Logging MongoDB Queries with Spring Boot](https://www.baeldung.com/spring-boot-mongodb-logging) -- More articles: [[<--prev]](../spring-boot-persistence-mongodb) \ No newline at end of file +- [Configure MongoDB Collection Name for a Class in Spring Data](https://www.baeldung.com/spring-data-mongodb-collection-name) +- More articles: [[<--prev]](../spring-boot-persistence-mongodb)