Khr0x/apache-camel-rest-jdbc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Camel Main
==========
This example shows how to run Camel standalone via the built-in Main class.
The example also demonstrates how you can configure the Camel application
via Camel built-in dependency-injection that supports binding via the
`@BindToRegistry`, `@BeanInject` and `@PropertyInject` annotations.
Also notice how you can configure Camel in the `application.properties` file.
=== 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/