We are using Spring Boot 2 and tried to use Aerospike with it. Spring Data repositories are really nice, and spring-data-aerospike implements them for seamless working with Aerospike. It's a pity however, it doesn't run with Spring Boot 2, even though the project itself is live. I wonder what could be a time frame for a version compatible with Spring Boot 2?
You can try out this branch of the aerospike spring data project. It is a preview of the spring data 2.0 changes.