Annotation Type AutoConfigureDataCassandra


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration public @interface AutoConfigureDataCassandra
Auto-configuration imports for typical Data Cassandra tests. Most tests should consider using @DataCassandraTest rather than using this annotation directly.
Since:
2.4.0
Author:
Artsiom Yudovin
See Also: