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] 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)