Skip to content

Commit 341162a

Browse files
committed
Adapt to Spring Data (Cassandra) properties changes introduced in Spring Boot.
The changes were introduced in this commit: spring-projects/spring-boot@0991bd3
1 parent c7ebece commit 341162a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Spring Boot application.properties for Apache Cassandra configuration of Inline Caching
22

3-
spring.data.cassandra.keyspace-name=CustomerService
4-
spring.data.cassandra.local-datacenter=datacenter1
5-
spring.data.cassandra.schema-action=none
3+
spring.cassandra.keyspace-name=CustomerService
4+
spring.cassandra.local-datacenter=datacenter1
5+
spring.cassandra.schema-action=none

0 commit comments

Comments
 (0)