diff --git a/data/synapse-data-cassandra/README.md b/data/synapse-data-cassandra/README.md index 5a0a8088a..dad2487ee 100644 --- a/data/synapse-data-cassandra/README.md +++ b/data/synapse-data-cassandra/README.md @@ -13,6 +13,14 @@ - spring.data.cassandra.contact-points - spring.data.cassandra.schema-action + - If needed to connect to multiple databases, a database name can be passed in the overloaded constructor of the `BaseCassandraDataConfig` class. + the properties would need to be configured as: + - spring.data.cassandra..keyspace-name + - spring.data.cassandra..local-datacenter + - spring.data.cassandra..port + - spring.data.cassandra..contact-points + - spring.data.cassandra..schema-action + - An open to extension BaseEntity that contains the key identifier and the common auditing fields maintained by the Spring Data framework itself (createdBy, lastModifiedBy, createdDate, lastModifiedDate and version).