spring-boot/spring-boot-samples/spring-boot-sample-data-cassandra
2019-03-20 15:00:10 +00:00
..
src Use HTTPS to link to the Apache license 2019-03-20 15:00:10 +00:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:01:05 +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 };