blob: d2584c69dd471a7dfdca442636151bf792151508 [file] [log] [blame]
== Camel Example Main Endpoint DSL
This example shows how to use the endpoint DSL in your Camel routes
to define endpoints using type safe fluent builders, which are Java methods
that are compiled.
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!