Caching with Spring Boot and Hazelcast

Spring Boot is very well integrated with Hazelcast. It’s enough to provide Hazelcast configuration on the classpath and it will be automatically used. In this blog post I’ll explain step-by-step how to enable Hazelcast as a cache manager for your Spring Boot application.