1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Camel Java Router Project
| =========================
|
| === How to build
|
| To build this project use
|
| mvn install
|
| === How to run
|
| You can run this example using
|
| mvn camel:run
|
| === More information
|
| You can find more information about Apache Camel at the website: http://camel.apache.org/
|
|