Spring Data

There are many aspects to Spring Data, however you might find Getting Started with Spring Data JPA - IntelliJ IDEA Guide and good starting point.

One area that I keep having to find the documentation for is the defining of query methods on a repository interface, so Spring Data JPA - Query Methods is handy at times like this! The other useful bit of documentation is Spring Data JPA - Query Annotation which covers the @Query annotation.