Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 435 Bytes

File metadata and controls

24 lines (13 loc) · 435 Bytes

todo_springboot2_reactive_router

Description

Todo-backend with a spring boot 2 - web reactive - kotlin.

Storage is a simple map.

This implementation use Kotlin router.

usage

Build:

mvn package

Run

java -jar target/simple_kotlin-0.0.1-SNAPSHOT.jar

or

java -jar target/simple_kotlin-0.0.1-SNAPSHOT.jar XXXXX

XXXXX is the domain on which you deploy the application ( default http://localhost:8080 )