|
1 | 1 | Module for the articles that are part of the Spring REST E-book: |
2 | 2 |
|
3 | 3 | 1. [Bootstrap a Web Application with Spring 5](https://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration) |
4 | | -2. [Error Handling for REST with Spring](http://www.baeldung.com/exception-handling-for-rest-with-spring) |
5 | | -3. [REST Pagination in Spring](http://www.baeldung.com/rest-api-pagination-in-spring) |
6 | | -4. [Build a REST API with Spring and Java Config](http://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration) |
7 | | -5. [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring) |
8 | | -6. [REST API Discoverability and HATEOAS](http://www.baeldung.com/restful-web-service-discoverability) |
9 | | -7. [Versioning a REST API](http://www.baeldung.com/rest-versioning) |
10 | | -8. [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest) |
11 | | -9. [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring) |
12 | | -10. [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types) |
13 | | -11. [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections) |
| 4 | +2. [Build a REST API with Spring and Java Config](http://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration) |
| 5 | +3. [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest) |
| 6 | +4. [Spring’s RequestBody and ResponseBody Annotations](https://www.baeldung.com/spring-request-response-body) |
| 7 | +5. [Entity To DTO Conversion for a Spring REST API](https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application) |
| 8 | +6. [Error Handling for REST with Spring](http://www.baeldung.com/exception-handling-for-rest-with-spring) |
| 9 | +7. [REST API Discoverability and HATEOAS](http://www.baeldung.com/restful-web-service-discoverability) |
| 10 | +8. |
| 11 | +9. [REST Pagination in Spring](http://www.baeldung.com/rest-api-pagination-in-spring) |
| 12 | +10. [Test a REST API with Java](http://www.baeldung.com/integration-testing-a-rest-api) |
| 13 | + |
| 14 | +- [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring) |
| 15 | +- [Versioning a REST API](http://www.baeldung.com/rest-versioning) |
| 16 | +- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring) |
| 17 | +- [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types) |
| 18 | +- [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections) |
0 commit comments