spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
374 stars 310 forks source link

Documentation on configurable properties #1374

Closed chad-miller-official closed 1 year ago

chad-miller-official commented 1 year ago

Hi,

I cannot for the life of me find a complete, comprehensive list of all application properties that spring-data-cassandra uses. If it exists, can we make it more visible somewhere in the readme? If not, can we get this information documented somewhere?

Thanks!

mp911de commented 1 year ago

Config properties are provided by Spring Boot. Please refer to https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#appendix.application-properties.data

chad-miller-official commented 1 year ago

@mp911de Thank you!