spring-boot/spring-boot-samples/spring-boot-sample-data-cas...
Andy Wilkinson 57108a9faa Try to make the tests for the Cassandra sample more robust
Cassandra sometimes takes a long time when dropping the test keyspace.
This results in the test failing due to an exception being thrown.
This commit attempts to make the tests more robust by catching and
logging any exceptions thrown during server cleanup.
2016-10-17 15:28:50 +01:00
..
src Try to make the tests for the Cassandra sample more robust 2016-10-17 15:28:50 +01:00
README.adoc Add Cassandra support 2015-09-25 23:00:53 -07:00
pom.xml Upgrade to Spring Data Ingalls M1 2016-09-21 17:01:47 +01:00

README.adoc


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