/funspringboot

Fun project with examples

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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.