spring-boot/spring-boot-samples/spring-boot-sample-data-cas...
Spring Buildmaster 225d877ab9 Next Development Version 2016-02-26 01:06:16 -08:00
..
src Increase timeout for startup of embedded Cassandra 2016-02-18 12:46:31 +00:00
README.adoc Add Cassandra support 2015-09-25 23:00:53 -07:00
pom.xml Next Development Version 2016-02-26 01:06:16 -08:00

README.adoc


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