java-tutorials/spring-boot-rest/README.md

7 lines
550 B
Markdown
Raw Normal View History

2019-01-08 17:09:02 -05:00
Module for the articles that are part of the Spring REST E-book:
1. [Bootstrap a Web Application with Spring 5](https://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration)
2. [Error Handling for REST with Spring](http://www.baeldung.com/exception-handling-for-rest-with-spring)
2019-01-29 16:17:01 -05:00
3. [REST Pagination in Spring](http://www.baeldung.com/rest-api-pagination-in-spring)
2019-02-02 09:43:41 -05:00
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)