https://github.com/juan-medina/reactivekotlin
This is an example of doing a Reactive Microservice in Kotlin with Spring Framework 5. This examples are to be use with the presentation available at https://juan-medina.github.io/ReactiveKotlin/index.html
https://github.com/juan-medina/reactivekotlin
Last synced: 3 months ago
JSON representation
This is an example of doing a Reactive Microservice in Kotlin with Spring Framework 5. This examples are to be use with the presentation available at https://juan-medina.github.io/ReactiveKotlin/index.html
- Host: GitHub
- URL: https://github.com/juan-medina/reactivekotlin
- Owner: juan-medina
- License: mit
- Created: 2018-01-19T08:14:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T05:01:21.000Z (about 2 years ago)
- Last Synced: 2025-01-12T23:12:18.540Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Reactive Kotlin
[](/LICENSE)## info
This is an example of doing a Reactive Microservice in Kotlin with Spring Framework 5.This examples are to be use with the presentation available [here](https://juan-medina.github.io/ReactiveKotlin/index.html).
## requirements
- JDK 1.8+
- MongoDB 3.4+ (running on localhost:27017)## initialize data
From the repository directory
```bash
$ mongoimport --collection customer --drop --file customers.json
```