Files
spring-boot/spring-boot-samples/spring-boot-sample-data-cassandra
Phillip Webb 634bb770b2 Organize imports with new settings
See gh-4234
2015-10-19 12:58:34 -07:00
..
2015-10-19 12:58:34 -07:00
2015-09-25 23:00:53 -07:00


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