Set SD Cassandra Schema Action to 'none' in the Inline Caching with Apache Cassandra Integration Tests.

This commit is contained in:
John Blum
2022-07-22 12:34:15 -07:00
parent f5ca5b53ae
commit 0df3ae6bf3

View File

@@ -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