Existing examples such as SampleMongoApplicationReactiveSslTests uses @SpringBootTest which will use SslAutoConfiguration. If @DataMongo is used then @Import(SslAutoConfiguration.class) should be declared. I think it would be great to add SslAutoConfigure here
The same for the rest of them such DataRedis, DataCouchbase, DataElasticSearch.
I would like to know your opinion on this topic before raising any PR.
Thanks in advance