Annotation Interface AutoConfigureDataOpenSearch
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration(exclude=org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration.class)
public @interface AutoConfigureDataOpenSearch
Auto-configuration imports for typical Data OpenSearch tests.
Most tests should consider using DataOpenSearchTest rather than using this annotation
directly.