How to handle exceptions on @RestController with springboot webflux when the underservice return a Mono.error()
I had issue to handle exceptions using webflux and found the solution in this video.
References
- https://youtu.be/Lc3dHbQ-CFo?t=380
I had issue to handle exceptions using webflux and found the solution in this video.