[CassandraDataAutoConfiguration](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/cassandra/CassandraDataAutoConfiguration.java) do not instantiate a `CqlTemplate` bean . I'm surprised considering that there is also a [full page](https://docs.spring.io/spring-data/cassandra/reference/cassandra/cql-template.html) dedicated to its API. I propose to add it in the auto configuration.