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

https://github.com/ideadapt/spring-reactive-server

Play around with spring 5 mongodb reactive api webserver
https://github.com/ideadapt/spring-reactive-server

Last synced: 28 days ago
JSON representation

Play around with spring 5 mongodb reactive api webserver

Awesome Lists containing this project

README

          

# Contents
Spring Boot Application with:
- Gradle Build
- MongoDB via Repository API
- Autoreload & IntelliJ Debugging
- Kotlin ;)
- Traditional RestController

# Todo
- Add reactive stuff to the mix

# Setup

Debugging in IntelliJ \
https://www.jetbrains.com/help/idea/spring-boot.html

IntelliJ trigger Spring Autoreload \
https://stackoverflow.com/questions/12744303/intellij-idea-java-classes-not-auto-compiling-on-save/12744431#12744431

MongoDB Tutorial \
https://docs.spring.io/spring-data/mongodb/docs/2.1.2.RELEASE/reference/html/#mongodb-connectors

MongoDB \
Install and run local mongodb server

# Run
./gradlew bootRun