Tag: rest xml
Spring Boot – Example of RESTful Web Service with XML Response
by  Java4s | 4 Comments
  [ Ask Question ]
Spring boot services by default gives the response in JSON format, but we can reverse this functionality in such a way that the default response will be in XML. In order to do that we have to add a…