spring-boot/spring-boot-samples/spring-boot-sample-data-cas...
Andy Wilkinson e49b5f241e Merge branch '1.5.x' 2016-10-17 15:30:02 +01:00
..
src Try to make the tests for the Cassandra sample more robust 2016-10-17 15:28:50 +01:00
README.adoc Add Cassandra support 2015-09-25 23:00:53 -07:00
pom.xml Merge branch '1.5.x' 2016-09-21 17:03:35 +01:00

README.adoc


CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };