An open API service indexing awesome lists of open source software.

https://github.com/rapter1990/springboothazelcast

Spring Boot Hazelcast
https://github.com/rapter1990/springboothazelcast

hazelcast java spring-boot

Last synced: about 2 months ago
JSON representation

Spring Boot Hazelcast

Awesome Lists containing this project

README

          

# Spring Boot and Hazelcast

Main Information

### 📖 Information


  • This project provides the usage of Hazelcast in Spring Boot

  • The usage of Hazelcast is sensible as it reduces the query load on databases and helps improve application speed

  • Through Hazelcast, it calls frequently used data along scalable data grid without calling it from database

### 🔨 Run the App

1 ) Load Maven Dependency in pom.xml file

2 ) Run the app

3 ) Call each test function in HazelcastApplicationTests which is located under test folder

### Screenshots

Click here to show the screenshots of project

Figure 1



Figure 2



Figure 3



Figure 4



Figure 5



Figure 6