Update README.md
This commit is contained in:
parent
f02faf32a7
commit
7cffb8a17c
|
@ -15,6 +15,7 @@ This article will demonstrate how to configure and use Apache Camel with Spring
|
|||
<ul>
|
||||
<li>Spring 4.2.4</li>
|
||||
<li>Apache Camel 2.16.1</li>
|
||||
<li>Using Apache Camel with Spring</li>
|
||||
</ul>
|
||||
|
||||
<b><h2>Build and Run Application</h2></b>
|
||||
|
@ -25,4 +26,4 @@ To build this application execute following maven command in ApacheCamelFileProc
|
|||
|
||||
To run this application you can either run our main class App from your IDE or you can execute following maven command:
|
||||
|
||||
<code>mvn exec:java -Dexec.mainClass="App"</code>
|
||||
<code>mvn exec:java -Dexec.mainClass="App"</code>
|
||||
|
|
Loading…
Reference in New Issue