Merge pull request #8577 from eugenp/lor6-patch-1

Update README.md
This commit is contained in:
Loredana Crusoveanu 2020-01-25 00:31:21 +02:00 committed by GitHub
commit 4f33cb1667
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,6 @@ This module contains articles about Spring Boot RESTful APIs.
- [Testing REST with multiple MIME types](https://www.baeldung.com/testing-rest-api-with-multiple-media-types)
- [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections)
- [Spring Boot Consuming and Producing JSON](https://www.baeldung.com/spring-boot-json)
- [Error Handling for REST with Spring](https://www.baeldung.com/exception-handling-for-rest-with-spring)
### E-book
@ -26,3 +25,6 @@ These articles are part of the Spring REST E-book:
8. [An Intro to Spring HATEOAS](https://www.baeldung.com/spring-hateoas-tutorial)
9. [REST Pagination in Spring](https://www.baeldung.com/rest-api-pagination-in-spring)
10. [Test a REST API with Java](https://www.baeldung.com/integration-testing-a-rest-api)
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.