Add schemaAction property to CassandraProperties
Set schemaAction property in CassandraSessionFactoryBean. Use relaxed property resolver for enum lookup of the configured schemaAction. See gh-5855
This commit is contained in:
committed by
Stephane Nicoll
parent
4386732376
commit
e85cb2c4c5
@@ -548,6 +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.ssl=false # Enable SSL support.
|
||||
spring.data.cassandra.username= # Login user of the server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user