From aa3204e4641c91732c9737e543fbd5bbfb68d58e Mon Sep 17 00:00:00 2001 From: "A.J. Brown" Date: Wed, 6 May 2015 10:26:12 -0400 Subject: [PATCH] DATAKV-100 - Update Maven download instructions. Updated invalid maven artifactId and added note on spring-snapshot repository for consuming those. Original Pull Request: #6 --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 48a2172..322c5a5 100644 --- a/readme.md +++ b/readme.md @@ -16,11 +16,22 @@ Download the jar though Maven: ```xml org.springframework.data - spring-data-key-value + spring-data-keyvalue 0.1.0.BUILD-SNAPSHOT ``` +For snapshot versions, make sure you include the spring snapshots repository: + +```xml + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + +``` + The `ConcurrentHashMap` based default configuration looks like this: ```java @Configuration