spring-boot/spring-boot-samples/spring-boot-sample-data-cassandra
Phillip Webb 0829a1bde8 Drop superfluous annotations
Update internal tests to drop annotations that can now
be inferred.

Fixes gh-5470
2016-03-23 22:19:36 -07:00
..
2016-03-23 22:19:36 -07:00
2016-01-24 10:45:24 -08:00
2015-09-25 23:00:53 -07:00


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