Readme file added

This commit is contained in:
ypatil 2016-02-04 14:13:39 +05:30
parent e14be27fcc
commit c385d23cd5
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<b><h2>Configure and Use Apache Camel with Spring</h2></b>
This article will demonstrate how to configure and use Apache Camel with Spring Framework.
<b><h2>Relevant Article</h2></b>
<ul>
<li><a href="http://camel.apache.org/">Apache Camel</a></li>
<li><a href="http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html">Enterprise Integration Patterns</a></li>
</ul>
<b><h2>Framework Versions:</h2></b>
<ul>
<li>Spring 4.2.4</li>
<li>Apache Camel 2.16.1</li>
</ul>
<b><h2>Build and Run Application</h2></b>
To build this application execute following maven command in ApacheCamelFileProcessor directory.
<code>mvn clean install</code>
To run this application you can either run our main class org.apache.camel.main.App from your IDE or you can execute following maven command:
<code>mvn exec:java -Dexec.mainClass="org.apache.camel.main.App"</code>