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
- Host: GitHub
- URL: https://github.com/ideadapt/spring-reactive-server
- Owner: ideadapt
- Created: 2018-11-12T21:52:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T21:56:22.000Z (over 7 years ago)
- Last Synced: 2026-02-07T00:51:40.597Z (5 months ago)
- Language: Kotlin
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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