Spring REST
Spring Rest is an annotation based web framework that simplifies the process of creating RESTful web services. They key difference between REST and MVC is the way the controller handles the HTTP response.
Objectives¶
- Configure a Spring REST application.
- Use a standardized naming convention when writing controller endpoints.
- Execute our first RESTful controller endpoints.
Topics¶
- Spring MVC vs. Spring REST
- Testing Endpoints with Postman
- REST Controllers
- Request Mapping with Spring REST
- Labs