/kotlin-jersey

Jersey & Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

Jersey & Kotlin

Build Status

Servlet based Jersey setup in Kotlin.

Building from source

Prerequisites

Steps

  • Clone the GitHub project:
git clone https://github.com/taulinger/kotlin-jersey
  • Change to the git repository and run Maven:
mvn install
  • compiled artifact kotlinJersey can be found under ./target and is ready to be deployed to your servlet container
  • you can also run the app directly using the jetty plugin: mvn jetty:run -Djetty.port={your port}