blob: d715e14e75b46530a112ab80ba3d16d483f41ecd [file] [log] [blame]
== Camel Router with Kotlin Project
A simple example that uses Kotlin programming language to define a
little Camel route.
The Camel route listen on HTTP port 8080 and return back a constant
response.
=== How to run
To build this project use
....
$ mvn install
....
To run this project
....
$ mvn exec:java
....
You can then open the following url from a web browser:
http://localhost:8080
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!