Skip to content

daggerok/spring-webflux-upload-download-files

Repository files navigation

Spring Boot Webflux files Upload / Download tests

This repository demonstrates how to upload and download files using Spring WebFlux

./mvnw clean ; ./mvnw clean compile spring-boot:start
http --form --multipart --boundary=xoxo post :8080/api/v1/upload file@README.md
http :8080/api/v1/uploads
http -f                                 post :8080/api/v1/download/README.md    > target/README.md
./mvnw spring-boot:stop

RTFM