diff --git a/readme.md b/readme.md index a35853c8a..21492da21 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,21 @@ Download the jar through Maven: ${version}.RELEASE ``` +If you'd rather like the latest snapshots of the upcoming major version, use our Maven snapshot repository and declare the appropriate dependency version. + +```xml + + org.springframework.data + spring-data-jpa + ${version}.BUILD-SNAPSHOT + + + + spring-libs-snapshot + Spring Snapshot Repository + http://repo.spring.io/libs-snapshot + +``` Also include your JPA persistence provider of choice (Hibernate, EclipseLink, OpenJpa). Setup basic Spring JPA configuration as well as Spring Data JPA repository support.