From eb2650976f2e8f24ae2409d9f19a5b234a205af2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Oct 2015 15:30:07 +0200 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index bee30dea653..942a0b28d5b 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -358,7 +358,7 @@ content into your application; rather pick only the properties that you need. spring.data.cassandra.keyspace-name= # the keyspace name spring.data.cassandra.port= # the connection port spring.data.cassandra.compression= # compression method (none/snappy/lz4) - spring.data.cassandra.loadbalancing-policy= # class name for a LoadBalancingPolicy + spring.data.cassandra.load-balancing-policy= # class name for a LoadBalancingPolicy spring.data.cassandra.consistency-level= # consistency level (any/one/two/three/quorum/all...) spring.data.cassandra.serial-consistency-level= # serial consistency level (any/one/two/three/quorum/all...) spring.data.cassandra.fetch-size=