blob: 327af3ef8568d623de7e08ef6f8a67a3722a5e56 [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.
=== Build
You will need to compile this example first:
[source,sh]
----
$ mvn compile
----
=== Run
To run the example, type:
[source,sh]
----
$ mvn camel:run
----
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!