From d0c17891bc2cce9fd8cf68be286fa2f9e10e66d2 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:03:18 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/spring-apache-camel-conditional-routing --- 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 c5f50e8339..7b577582b6 100644 --- a/spring-boot-modules/spring-boot-camel/README.md +++ b/spring-boot-modules/spring-boot-camel/README.md @@ -26,3 +26,4 @@ or return code of 201 and the response: `{"id": 10,"name": "Hello, World"}` - if - [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) +- [Apache Camel Conditional Routing](https://www.baeldung.com/spring-apache-camel-conditional-routing)