From 2618f645d0457970553b7eb69b5b54b924f5e753 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:19:51 +0800 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 5232d86643..14b40d8305 100644 --- a/spring-5-webflux-2/README.md +++ b/spring-5-webflux-2/README.md @@ -8,3 +8,4 @@ This module contains articles about Spring 5 WebFlux - [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) +- [The Difference Between Throwing an Exception and Mono.error() in Spring Webflux](https://www.baeldung.com/spring-webflux-difference-exception-mono)