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

https://github.com/tahniat-ashraf/spring-webflux-reactor-demo

A demo Spring Webflux application which showcases project reactor operator usage
https://github.com/tahniat-ashraf/spring-webflux-reactor-demo

Last synced: 7 months ago
JSON representation

A demo Spring Webflux application which showcases project reactor operator usage

Awesome Lists containing this project

README

          

# Spring Webflux Reactor Demo

There are tons of project reactor operators. The goal of the project is to show basic usage of some of them in real life scenario through test cases.

## How To Run
Clone the project in Intellij. Open ReactorTest class, right click on it and press Run. This will run all the test cases.