commit
4f33cb1667
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue