spring-boot/spring-boot-samples/spring-boot-sample-data-cas...
Andy Wilkinson 2aff82bb64 Merge branch '1.2.x' 2016-01-12 10:19:36 +00:00
..
src Organize imports with new settings 2015-10-19 12:58:34 -07:00
README.adoc Add Cassandra support 2015-09-25 23:00:53 -07:00
pom.xml Merge branch '1.2.x' 2016-01-12 10:19:36 +00:00

README.adoc


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