Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoreis committed Dec 4, 2024
1 parent 1cd8732 commit a91a221
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/synapse-data-cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<database-name>.keyspace-name
- spring.data.cassandra.<database-name>.local-datacenter
- spring.data.cassandra.<database-name>.port
- spring.data.cassandra.<database-name>.contact-points
- spring.data.cassandra.<database-name>.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).

Expand Down

0 comments on commit a91a221

Please sign in to comment.