Adding README.md

This commit is contained in:
sameira 2015-12-20 22:24:54 +05:30 committed by David Morley
parent 2fdedb0e98
commit 1659933438
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## Spring Data Cassandra
### Relevant Articles:
- [Introduction to Spring Data Cassandra](http://www.baeldung.com/spring-data-cassandra-tutorial)
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```