Implementing Spring WebFlux Filters – WebFilter and HandlerFilterFunction on annotation based controllers or Routing Functions
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Spring Security with OAuth2 Login Guide
Guide to enable and configure Spring Security 5 OAuth 2 Login in Spring or Spring Boot Applications using Google, Facebook, Okta and Github
Add URI Parameters to Spring WebClient Requests
A guide to add Request URI parameters – path parameters & query parameters to the requests made by Spring WebFlux WebClient
Converting Between Array of Primitives to Array of Objects
Learn converting between an array of primitives and array of wrapper objects – using iteration, java streams, or apache commons library
How to Read JSON Data with Spring WebClient
Covers a different ways of reading JSON data with Spring WebClient and mapping JSON to POJOs, or Objects using Mono and Flux.
Downloading Large Files using Spring WebClient
Guide to downloading/streaming large files using Spring WebClient in parts & configuring DataBuffer Limits to avoid DataBufferLimitException