Category "spring-data-cassandra"

Injection problem in Spring Boot Test: "messageConverters must not be empty"

I have a strange problem with a Spring Boot Test. The test itself is empty, but it does not even manage to start the application. I get an error "Failed to load

Timezone in Cassandra DB

I am unable to store timestamp in cassandra in the local timezone. My springdata API receives the data from a flat file (populated from a UNIX server). The data

Why `spring-data-jpa` with `spring-data-cassandra` won't create cassandra tables automatically?

I'm using spring-data-cassandra:3.1.9 and the properties looks like : spring: data: cassandra: keyspace-name: general_log session-name: genera