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 Add Cassandra support 2015-09-25 23:00:53 -07:00


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