funspringboot Fun project with examples Building a RESTful Web Service In Spring’s approach to building RESTful web services, HTTP requests are handled by a controller. These components are easily identified by the @RestController annotation.