Polish "Add schemaAction property"

Closes gh-5855
This commit is contained in:
Stephane Nicoll
2016-06-28 10:21:48 +02:00
parent e85cb2c4c5
commit 397c64d256
9 changed files with 207 additions and 109 deletions

View File

@@ -548,7 +548,7 @@ content into your application; rather pick only the properties that you need.
spring.data.cassandra.reconnection-policy= # Reconnection policy class.
spring.data.cassandra.retry-policy= # Class name of the retry policy.
spring.data.cassandra.serial-consistency-level= # Queries serial consistency level.
spring.data.cassandra.schema-action= # Action to take at starup. Default: NONE.
spring.data.cassandra.schema-action= # Schema action to take at startup.
spring.data.cassandra.ssl=false # Enable SSL support.
spring.data.cassandra.username= # Login user of the server.