Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 396 Bytes

Kos Sample using Gradle

A simple project written in Kotlin. It contains:

  • A simple REST API
  • An in-memory repository
  • An exception handler

Requirements

This project was configured to use JDK 11 but can be easily downgrade to JDK 8 with a bit of a tweak in build.gradle.kts file.

Running the App

$ ./gradlew clean build
$ java -jar build/libs/kos-sample-kotlin-all.jar