Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joutvhu/spring-hazelcast-distributed-lock
Example of distributed locking implementation using Hazelcast in a Spring Boot project.
https://github.com/joutvhu/spring-hazelcast-distributed-lock
distributed-lock example hazelcast spring
Last synced: 1 day ago
JSON representation
Example of distributed locking implementation using Hazelcast in a Spring Boot project.
- Host: GitHub
- URL: https://github.com/joutvhu/spring-hazelcast-distributed-lock
- Owner: joutvhu
- License: mit
- Created: 2023-10-02T09:50:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:03:21.000Z (over 1 year ago)
- Last Synced: 2024-11-08T21:38:18.777Z (about 2 months ago)
- Topics: distributed-lock, example, hazelcast, spring
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Hazelcast Distributed Lock
Example of distributed locking implementation using Hazelcast in a Spring Boot project.
## Runing
```java
gradlew bootJardocker compose up
```