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
- Host: GitHub
- URL: https://github.com/rapter1990/springboothazelcast
- Owner: Rapter1990
- Created: 2021-05-08T10:29:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T19:14:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T22:53:01.694Z (over 1 year ago)
- Topics: hazelcast, java, spring-boot
- Language: Java
- Homepage:
- Size: 573 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Spring Boot and Hazelcast

### 📖 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