From fa8427aa9d3ad82c3d2a00b7d73ec47315599ad7 Mon Sep 17 00:00:00 2001 From: sameira Date: Sat, 26 Dec 2015 00:01:31 +0530 Subject: [PATCH] Adding ReadMe File --- spring-data-redis/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spring-data-redis/README.md diff --git a/spring-data-redis/README.md b/spring-data-redis/README.md new file mode 100644 index 0000000000..716d52a563 --- /dev/null +++ b/spring-data-redis/README.md @@ -0,0 +1,15 @@ +## Spring Data Cassandra + +### Relevant Articles: +- [Introduction to Spring Data Redis] + +### Build the Project with Tests Running +``` +mvn clean install +``` + +### Run Tests Directly +``` +mvn test +``` +