Skip to content

GregoireW/todo_springboot2_reactive_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_springboot2_reactive_simple

Description

Simple todo-backend with a spring boot 2 - web reactive - kotlin

Storage is a simple map.

Mapping done with annotation

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 )

About

Todo backend spring-boot 2 (web reactive) + kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published