Reading JSON in Spring with @RequestBody
In previous video tutorials, I have shared with you how to read Request Path parameters, Query String parameters, and Form data. In this tutorial, you will learn how to read JSON from HTTP Post request body in Spring Boot application. To read the body of an HTTP Post request, we will use the @RequestBody annotation…
Read More Reading JSON in Spring with @RequestBody