Spring boot REST API to produce xml reading from file
In this article, we will be seeing how to produce XML response in REST end-point developed using Spring Boot.
Spring main class, which will read the XML content and produces the content as REST end-point.
package com.simple.xml;
import java.io.Buffe...
thirumurthi.hashnode.dev2 min read