blob: 15b4980199e92a26f9eb2cbb1639a737e19b9fca [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.
=== Generating tooling meta-data
The `camel-main-maven-plugin` is used for pre-scanning your project and prepare
autowiring and sprint boot tooling support by classpath scanning.
You can run this via
mvn camel-main:generate
=== How to run
You can run this example using
mvn camel:run
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!