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
- Host: GitHub
- URL: https://github.com/tahniat-ashraf/spring-webflux-reactor-demo
- Owner: tahniat-ashraf
- Created: 2021-09-21T03:00:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T03:14:27.000Z (about 4 years ago)
- Last Synced: 2025-01-23T00:44:36.285Z (9 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.