Spring Web MVC – Return JSON in Response Body
In this tutorial, you will learn how to use the @ResponseBody annotation to return JSON in the HTTP response body. You might also be interested to learn how to Read JSON Request Body in the Spring MVC Web application. @ResponseBody Annotation To make a method in the Controller class return JSON in HTTP Response body…
Read More Spring Web MVC – Return JSON in Response Body