This repository contains a Spring Boot application that integrates Hazelcast as a distributed caching solution. The project demonstrates how to efficiently manage cache layers, improving performance and scalability in modern applications.
- Hazelcast Integration – Leverage Hazelcast for distributed in-memory caching.
- Spring Boot Caching – Utilize Spring's built-in caching abstraction for seamless integration.
- High Performance – Reduce database load and improve response times.
- Scalability – Suitable for microservices and cloud-native applications.
- Configurable & Extensible – Easily adapt caching configurations to suit various use cases.
- Spring Boot
- Hazelcast
- Spring Cache Abstraction
- Java 17+
- Maven
Ensure you have the following installed:
- Java 17+
- Maven
git clone https://github.com/OkanUzun/hazelcast-cache.git
cd hazelcast-cache
mvn clean install
mvn spring-boot:run
The application will start on http://localhost:8080
.
Contributions are welcome! Feel free to open an issue or submit a pull request.
For any inquiries, reach out via LinkedIn or open an issue in the repository.
✨ Happy Coding! 🚀