spring-boot/spring-boot-samples/spring-boot-sample-data-cassandra
2016-05-10 05:28:34 +00:00
..
src Increase timeout for startup of embedded Cassandra 2016-02-18 12:46:31 +00:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00
README.adoc


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