Adapt to Spring Data (Cassandra) properties changes introduced in Spring Boot.

The changes were introduced in this commit: 0991bd3983#
This commit is contained in:
John Blum
2022-08-15 14:45:07 -07:00
parent c7ebece479
commit 341162a49a

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.local-datacenter=datacenter1
spring.data.cassandra.schema-action=none
spring.cassandra.keyspace-name=CustomerService
spring.cassandra.local-datacenter=datacenter1
spring.cassandra.schema-action=none