Skip to content

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.

Notifications You must be signed in to change notification settings

OkanUzun/hazelcast-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazelcast Cache with Spring Boot

🚀 Introduction

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.

🎯 Features

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

🛠️ Technologies Used

  • Spring Boot
  • Hazelcast
  • Spring Cache Abstraction
  • Java 17+
  • Maven

📦 Installation & Setup

Prerequisites

Ensure you have the following installed:

  • Java 17+
  • Maven

Clone the Repository

git clone https://github.com/OkanUzun/hazelcast-cache.git
cd hazelcast-cache

Build & Run

mvn clean install
mvn spring-boot:run

The application will start on http://localhost:8080.

🏗️ Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

📞 Contact

For any inquiries, reach out via LinkedIn or open an issue in the repository.


✨ Happy Coding! 🚀

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages