An open API service indexing awesome lists of open source software.

https://github.com/skullabs/kos-sample-gradle

A simple Gradle project written in Kotlin.
https://github.com/skullabs/kos-sample-gradle

gradle kos kotlin vertx

Last synced: about 2 months ago
JSON representation

A simple Gradle project written in Kotlin.

Awesome Lists containing this project

README

          

# 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
```shell
$ ./gradlew clean build
$ java -jar build/libs/kos-sample-kotlin-all.jar
```