Skip to content

Todo backend spring-boot 2 (web reactive) + kotlin + mongo as data repo

Notifications You must be signed in to change notification settings

GregoireW/todo_springboot2_reactive_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_springboot2_reactive_mongo

A simple Todo-Backend application written in Kotlin and using Spring Boot 2 - web reactive.

The application uses an embedded MongoDB for persistence.

Mapping done with annotations.

Usage

Build

mvn package

Run

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

will deploy the application to http://localhost:8080, and

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

will deploy it to XXXXX.

About

Todo backend spring-boot 2 (web reactive) + kotlin + mongo as data repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published