diff --git a/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties b/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties index 6f7ca387..de2c5008 100644 --- a/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties +++ b/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties @@ -1,5 +1,5 @@ # Spring Boot application.properties for Apache Cassandra configuration of Inline Caching spring.data.cassandra.keyspace-name=CustomerService -spring.data.cassandra.schema-action=recreate spring.data.cassandra.local-datacenter=datacenter1 +spring.data.cassandra.schema-action=none