b6ae9ec3b4
* BAEL-15951 Moved vavr, JHipster to default profiles * BAEL-14304 Include the SpringContextIntegrationTest in the default build - Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists * BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles * BAEL-14304 Minor changes |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Module for the articles that are part of the Spring REST E-book:
- Bootstrap a Web Application with Spring 5
- Build a REST API with Spring and Java Config
- Http Message Converters with the Spring Framework
- Spring’s RequestBody and ResponseBody Annotations
- Entity To DTO Conversion for a Spring REST API
- Error Handling for REST with Spring
- REST API Discoverability and HATEOAS
- An Intro to Spring HATEOAS
- REST Pagination in Spring
- Test a REST API with Java