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

https://github.com/telkomdev/kotlinkickstart

Kotlin Maven Project Kick Starter
https://github.com/telkomdev/kotlinkickstart

jvm kickstart kotlin kotlin-backend

Last synced: 9 months ago
JSON representation

Kotlin Maven Project Kick Starter

Awesome Lists containing this project

README

          

### Kotlin Maven Kick Start

#### Getting started

- clone projet
```shell
$ git clone https://github.com/telkomdev/KotlinKickStart.git
```

- build and download dependencies
```shell
$ mvn clean package
```

- Run
```shell
$ java -jar target/KotlinKickStart-1.0-SNAPSHOT-jar-with-dependencies.jar
```

- Unit test
```shell
$ mvn test
```