2015-12-20 22:24:54 +05:30
|
|
|
## Spring Data Cassandra
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Introduction to Spring Data Cassandra](http://www.baeldung.com/spring-data-cassandra-tutorial)
|
2016-02-10 14:31:11 +02:00
|
|
|
- [Using the CassandraTemplate from Spring Data](http://www.baeldung.com/spring-data-cassandratemplate-cqltemplate)
|
|
|
|
|
2015-12-20 22:24:54 +05:30
|
|
|
### Build the Project with Tests Running
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run Tests Directly
|
|
|
|
```
|
|
|
|
mvn test
|
|
|
|
```
|
|
|
|
|