WebFlux File Server CI

This repository demonstrates example of reactive WebFlux based file server

mvn spring-boot:start
http --ignore-stdin --form post :8080/upload [email protected]
http --ignore-stdin --download  get :8080/download/README.md --output target/README.md
cat target/README.md
mvn spring-boot:stop

RTFM

GitHub

View Github