Distributed cache in a Spring Boot Application with Hazelcast
Ever tried using a distributed cache in your Spring Boot Application? It will be useful, ones you want to scale up your application. This post will focus on the implementation and on some mistake I made while using Hazelcast. Why to use a distributed cache? If you want to run your application multiple times simultaneously, …
Read more “Distributed cache in a Spring Boot Application with Hazelcast”