Introduction to Spring WebClient
Reading Time: 2 minutes In Spring 5, Spring introduced a component in the new Web Reactive framework that helps to build reactive and non-blocking web applications. A common requirement in web applications is to make HTTP calls to other services. Before Spring 5, we were using RestTemplate as the primary technology for client-side HTTP access. Which was simple and always blocking web client, which is now in maintenance mode. Continue Reading