how to get xml response from rest api in spring boot
Add dependencies: web, Lombok
In addition to the above dependencies, we have to add the Jackson DataFormat XML dependency
Link : https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml
Add dependency in pom.xml
pom...
realnamehidden.hashnode.dev1 min read