In this video you will learn about Spring boot integration with Hazelcast cache.
If Hazelcast is on the classpath, Spring Boot will auto-configure a
HazelcastInstance that you can inject in your application.
The HazelcastInstance is only created if a configuration is found.
Below is the GitHub link to download source:
https://github.com/kishanjavatrainer/...