java-tutorials/spring-boot-rest
panos-kakos 15d85085f5 JAVA-18183 Upgraded spring related modules (#13574)
* [JAVA-18183] Moved spring-batch module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-boot-rest module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-drools module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-exceptions module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-jenkins-pipeline module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-core module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-core-4 module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-integration module to jdk9-and-above-profile

* [JAVA-18183] Upgraded spring-drools dependencies

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-06 20:22:07 +05:30
..
src [JAVA-13976] Upgrade Spring Boot to 2.7.2 (#12603) 2022-08-22 22:47:32 +05:30
README.md Update README.md 2021-09-24 15:05:35 +08:00
pom.xml JAVA-18183 Upgraded spring related modules (#13574) 2023-03-06 20:22:07 +05:30

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