From f252509db809205314b132fe843dd630e8053a99 Mon Sep 17 00:00:00 2001 From: Maiklins Date: Tue, 16 Jan 2024 22:15:43 +0100 Subject: [PATCH] Update README.md --- spring-5-webflux-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-webflux-2/README.md b/spring-5-webflux-2/README.md index a0fafd903e..5232d86643 100644 --- a/spring-5-webflux-2/README.md +++ b/spring-5-webflux-2/README.md @@ -7,3 +7,4 @@ This module contains articles about Spring 5 WebFlux - [Comparison Between Mono’s doOnNext() and doOnSuccess()](https://www.baeldung.com/mono-doonnext-doonsuccess) - [How to Access the First Element of a Flux](https://www.baeldung.com/java-flux-first-element) - [Using zipWhen() With Mono](https://www.baeldung.com/java-mono-zipwhen) +- [Upload Multiple Files Using WebFlux](https://www.baeldung.com/spring-webflux-upload-multiple-files)