From a91a221a0783567c108c4250aaf4edb60b6471c7 Mon Sep 17 00:00:00 2001 From: brenoreis Date: Wed, 4 Dec 2024 15:48:04 -0500 Subject: [PATCH] update readme file --- data/synapse-data-cassandra/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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).