close
Skip to content

adamreaksmey/spring-webflux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring WebFlux Demo

A practical example of building a reactive, non-blocking REST API with Spring WebFlux and MongoDB. No env needed for this simple crud app, so dont worry about it.

💡 For a deeper dive into when and why to use WebFlux, read the full blog post.


🚀 Quick Start

Prerequisites

You can run this app in two ways:

Option 1 – With Docker (recommended)

  • Docker
  • Docker Compose

Option 2 – Locally

  • Java 21+
  • Maven 3.9+
  • MongoDB running locally

🐳 Run with Docker Compose

docker compose up

About

From my blog on when and how to use WebFlux: here’s a simple Spring WebFlux setup I put together!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors