All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.ReadMe.txt Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
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/




© 2015 - 2024 Weber Informatics LLC | Privacy Policy