Example implementation for Todo-Backend in Kotlin using Javalin.
./gradlew clean build
./gradlew run
This will start the server on http://localhost:7000
.
java -Dserver.port=8888 -jar build/libs/todo-javalin-0.1.0-all.jar
This will start the server on http://localhost:8888
.