archetype-resources.ReadMe.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-archetype-main
Show all versions of camel-archetype-main
Creates a new Camel project using standalone Camel Main.
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/