Consume XML in Spring Boot REST
Spring Boot RESTful Web service endpoints consume and produce JSON representation by default. But we can easily make our REST API endpoint consume and produce an XML representation of a resource as well. In this tutorial, you will learn how to do that. Add XML Support to Spring Boot Project To make our Spring Boot…
Read More Consume XML in Spring Boot REST