Update README.md (#2822)

This commit is contained in:
Rokon Uddin Ahmed 2017-10-23 00:46:03 +06:00 committed by Grzegorz Piwowarek
parent 26f0a2eb1c
commit 2fd7cbc930
1 changed files with 4 additions and 0 deletions

View File

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