Skip to content

A spring-boot 3 webflux project for non-blocking rest endpoints.

Notifications You must be signed in to change notification settings

neogeogre/spring-boot-webflux

Repository files navigation

Spring boot webflux demo

Sample of a Spring boot 3 app using webflux (for asynchronous stream processing with non-blocking back pressure).

Install proper java version:

sdk install java 17.0.6-amzn

Build with running tests:

./gradlew clean build

Start spring app:

./gradlew bootRun

Now hit:

curl http://localhost:8080/foo
curl http://localhost:8080/bar

ref:

About

A spring-boot 3 webflux project for non-blocking rest endpoints.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages