blob: 46302273f00f000c83b8d46cf69d8afc3db5299c [file] [log] [blame]
= Camel Example Main Tiny
The example uses the `camel-core-engine` as dependency to use as few JARs
on the classpath as possible. For more details see the `pom.xml` file.
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 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/