From 3cadc58b03687bdfb02106439ba22b69223263d0 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 24 Mar 2022 00:03:36 +0800 Subject: [PATCH 1/4] Update README.md --- persistence-modules/java-mongodb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb/README.md b/persistence-modules/java-mongodb/README.md index 6f6bcba250..a58806f743 100644 --- a/persistence-modules/java-mongodb/README.md +++ b/persistence-modules/java-mongodb/README.md @@ -18,3 +18,4 @@ This module contains articles about MongoDB in Java. - [Check Collection Existence in MongoDB](https://www.baeldung.com/java-check-collection-existence-mongodb) - [Case Insensitive Sorting in MongoDB](https://www.baeldung.com/java-mongodb-case-insensitive-sorting) - [Push and Set Operations in Same MongoDB Update](https://www.baeldung.com/java-mongodb-push-set) +- [Push Operations in MongoDB](https://www.baeldung.com/mongodb-push-operations) From 6e2b15f5d7d7ee78d6f7586b5c45b2a170860246 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 24 Mar 2022 00:06:02 +0800 Subject: [PATCH 2/4] Update README.md --- spring-boot-modules/spring-boot-camel/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-camel/README.md b/spring-boot-modules/spring-boot-camel/README.md index f9594a95a6..c5f50e8339 100644 --- a/spring-boot-modules/spring-boot-camel/README.md +++ b/spring-boot-modules/spring-boot-camel/README.md @@ -25,3 +25,4 @@ or return code of 201 and the response: `{"id": 10,"name": "Hello, World"}` - if ## Relevant articles: - [Apache Camel with Spring Boot](https://www.baeldung.com/apache-camel-spring-boot) +- [Apache Camel Routes Testing in Spring Boot](https://www.baeldung.com/spring-boot-apache-camel-routes-testing) From d09205d6faf2b142bd96cc9917b83ed7467b1d21 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 24 Mar 2022 00:07:25 +0800 Subject: [PATCH 3/4] Update README.md --- persistence-modules/spring-boot-persistence-mongodb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-mongodb/README.md b/persistence-modules/spring-boot-persistence-mongodb/README.md index 97241ad464..f5eaeff89c 100644 --- a/persistence-modules/spring-boot-persistence-mongodb/README.md +++ b/persistence-modules/spring-boot-persistence-mongodb/README.md @@ -5,4 +5,5 @@ - [Upload and Retrieve Files Using MongoDB and Spring Boot](https://www.baeldung.com/spring-boot-mongodb-upload-file) - [GridFS in Spring Data MongoDB](http://www.baeldung.com/spring-data-mongodb-gridfs) - [ZonedDateTime with Spring Data MongoDB](https://www.baeldung.com/spring-data-mongodb-zoneddatetime) +- [A Guide to @DBRef in MongoDB](https://www.baeldung.com/spring-mongodb-dbref-annotation) From fc49f07cc168ef18b2438ba68ec6aba0a3daaec1 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 24 Mar 2022 00:09:04 +0800 Subject: [PATCH 4/4] Update README.md --- apache-tomcat/sso/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache-tomcat/sso/README.md b/apache-tomcat/sso/README.md index 2b515178e0..7fe194b2f8 100644 --- a/apache-tomcat/sso/README.md +++ b/apache-tomcat/sso/README.md @@ -1,5 +1,7 @@ ### Related articles +- [SSO with Apache Tomcat](https://www.baeldung.com/apache-tomcat-sso) + ### Launch Example using Docker -$ docker-compose up \ No newline at end of file +$ docker-compose up