94.Spring Boot Hazelcast cache example

Опубликовано: 28 Сентябрь 2024
на канале: KK JavaTutorials
18,682
135

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/...