java-tutorials/spring-boot-rest
Donato Rimenti 2261dd80d4 [JAVA-22] Moved articles not in ebook from spring-boot-rest to spring-boot-mvc-2 2020-03-19 19:39:47 +01:00
..
src Merge pull request #8696 from amit2103/BAEL-21705 2020-03-01 21:58:37 +02:00
README.md [JAVA-22] Moved articles not in ebook from spring-boot-rest to spring-boot-mvc-2 2020-03-19 19:39:47 +01:00
pom.xml BAEL-3801: Update spring-boot-rest to use latest Spring Boot version (#8740) 2020-02-19 22:36:27 +01:00

README.md

Spring Boot REST

This module contains articles about Spring Boot RESTful APIs.

Relevant Articles

E-book

These articles are part of the Spring REST E-book:

  1. Bootstrap a Web Application with Spring 5
  2. Build a REST API with Spring and Java Config
  3. Http Message Converters with the Spring Framework
  4. Springs RequestBody and ResponseBody Annotations
  5. Entity To DTO Conversion for a Spring REST API
  6. Error Handling for REST with Spring
  7. REST API Discoverability and HATEOAS
  8. An Intro to Spring HATEOAS
  9. REST Pagination in Spring
  10. Test a REST API with Java
  11. HATEOAS for a Spring REST Service

NOTE: Since this is a module tied to an e-book, it should not be moved or used to store the code for any further article.