Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/telkomdev/kotlinkickstart

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

jvm kickstart kotlin kotlin-backend

Last synced: about 5 hours 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
```