From 43f59ab42283320d2068adcf49e9b94d12f209f9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 9 Nov 2017 15:09:14 +0100 Subject: [PATCH] DATAJPA-1220 - Mention Maven snapshot repository in readme. --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.