Module for the articles that are part of the Spring REST E-book:
- Bootstrap a Web Application with Spring 5
 - Build a REST API with Spring and Java Config
 - Http Message Converters with the Spring Framework
 - Spring’s RequestBody and ResponseBody Annotations
 - Entity To DTO Conversion for a Spring REST API
 - Error Handling for REST with Spring
 - REST API Discoverability and HATEOAS
 - An Intro to Spring HATEOAS
 - REST Pagination in Spring
 - Test a REST API with Java