Add reactive support for Spring Data Cassandra
See gh-8568
This commit is contained in:
committed by
Stephane Nicoll
parent
9c65888a54
commit
abd35f041b
@@ -573,6 +573,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.data.cassandra.load-balancing-policy= # Class name of the load balancing policy.
|
||||
spring.data.cassandra.port= # Port of the Cassandra server.
|
||||
spring.data.cassandra.password= # Login password of the server.
|
||||
spring.data.cassandra.reactive-repositories.enabled= # Enable Cassandra reactive repositories.
|
||||
spring.data.cassandra.read-timeout-millis= # Socket option: read time out.
|
||||
spring.data.cassandra.reconnection-policy= # Reconnection policy class.
|
||||
spring.data.cassandra.repositories.enabled= # Enable Cassandra repositories.
|
||||
|
||||
Reference in New Issue
Block a user