Tag: spring boot rest
Spring Boot – Creating a RESTful Web Service Example
by  Java4s | 17 Comments
  [ Ask Question ]
In the previous article we have just created a simple hello world spring boot application, in this tutorial I am going to show you how to create a Restful web service using Spring Boot, believe me its very simple…
Spring Boot – RESTful Web Service with POST Request in JSON Example
by  Java4s | 11 Comments
  [ Ask Question ]
In the previous articles I didn’t get a chance to use the POST request in the examples, but this is very important. In this article I am going to show you how to create a Spring Boot REST service…
Spring Boot – RESTful Web Service with POST Request in XML Example
by  Java4s | 4 Comments
  [ Ask Question ]
In this article I will am going to show you how to read XML data from REST request using Spring Boot. As I told you in the previous articles, spring boot by default support reading and producing the JSON data. But for…