spring-boot/spring-boot-samples/spring-boot-sample-data-cas...
Andy Wilkinson 66830ea1e5 Try to make SampleCassandraApplicationTests' port config more robust 2016-04-07 14:34:37 +01:00
..
src Try to make SampleCassandraApplicationTests' port config more robust 2016-04-07 14:34:37 +01:00
README.adoc Add Cassandra support 2015-09-25 23:00:53 -07:00
pom.xml Try to make SampleCassandraApplicationTests' port config more robust 2016-04-07 14:34:37 +01:00

README.adoc


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