blob: a8660ed3e4fbe41f4e279f5a884f29cde960d82c [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.
Notice how you can configure Camel in the `application.properties` file.
=== 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!