spring-rest-boot Steps to run the application clone the repository. run mvn spring-boot:run Step to consume REST service Request - http://localhost:8090/getContent?name=Rest World Response - { "id": 1, "content": "Welcome to Rest World!" }