From 2fd7cbc930dc0256dd1192190b7c5cf658e4bdee Mon Sep 17 00:00:00 2001 From: Rokon Uddin Ahmed Date: Mon, 23 Oct 2017 00:46:03 +0600 Subject: [PATCH] Update README.md (#2822) --- camel-api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/camel-api/README.md b/camel-api/README.md index fe8dadcfe1..0e85db4a7f 100644 --- a/camel-api/README.md +++ b/camel-api/README.md @@ -13,3 +13,7 @@ and a BODY Payload like {"id": 1,"name": "World"} and we will get a return code of 201 and the response: Hello, World - if the transform() method from Application class is uncommented and the process() method is commented or return code of 201 and the response: {"id": 10,"name": "Hello, World"} - if the transform() method from Application class is commented and the process() method is uncommented + +## Relevant articles: + +- [Apache Camel with Spring Boot](http://www.baeldung.com/apache-camel-spring-boot)