com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table user"
问题 I am new to Cassandra and this has been giving me issues. I downloaded apache-Cassandra 3.11 and I am using spring boot 1.5.4.RELEASE. I did some research and found a source where it says it may be because Spring data is using a different Cassandra driver core version? But the latest uses cql 3 correct? I also made a java class configuration file. The issue may be here. import org.springframework.cassandra.config.CassandraCqlClusterFactoryBean; import org.springframework.cassandra.config