java-tutorials/spring-boot-rest
vunamtien 8a0c30588e
[JAVA-31656] Upgrade spring-oxm & spring-batch-core (#16045)
2024-03-09 16:47:37 +02:00
..
src Java 28951 :- Upgrade spring-boot-rest to Spring Boot 3 (#15617) 2024-01-22 14:35:02 +02:00
README.md Update README.md (#14995) 2023-10-15 13:07:45 +05:30
pom.xml [JAVA-31656] Upgrade spring-oxm & spring-batch-core (#16045) 2024-03-09 16:47:37 +02:00

README.md

Spring Boot REST

! This module contains articles about Spring Boot RESTful APIs. It should not be moved or used to store the code for any further article.

Relevant Articles

E-book

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

  1. Creating 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.