From d4345fa9444029a5373f558152761b7402133ed8 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Tue, 20 Aug 2013 20:58:37 +0200 Subject: [PATCH] Small README clarification. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f9d3227..d204b153 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Full documentation is still in the making, so this README outlines the basic ste - Relationship Support - Dynamic View Generation + - Better @Cacheable configuration support + - Support upcoming features of Couchbase Server ## Installation The preferred way is to install the package through maven: @@ -38,6 +40,7 @@ The preferred way is to install the package through maven: ``` Note that the first milestone is not yet released, but will be available through maven central once its done. This will pull in all dependencies needed, including the Couchbase Java SDK and the Spring dependencies. +If you want to get a pre-release, please use the springsource snapshot and milestone repositories. ## Configuration Since we are in the Spring ecosystem, you can either configure it through XML or plain Java (often referred to as JavaConfig).