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

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

Awesome Lists containing this project

README

        

## Reactive Kotlin
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/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
```