fixes #14: config class name in readme
This commit is contained in:
@@ -80,7 +80,7 @@ Generally available releases are available in Maven Central.
|
||||
|
||||
@Configuration
|
||||
@EnableCassandraRepositories(basePackage = "org.example.domain")
|
||||
public class MyConfig extends AbstractSpringDataCassandraConfiguration {
|
||||
public class MyConfig extends AbstractCassandraConfiguration {
|
||||
|
||||
@Override
|
||||
public String getKeyspaceName() {
|
||||
|
||||
Reference in New Issue
Block a user