https://github.com/ebean-orm/ebean-hazelcast
Hazelcast L2 cache option
https://github.com/ebean-orm/ebean-hazelcast
Last synced: 9 months ago
JSON representation
Hazelcast L2 cache option
- Host: GitHub
- URL: https://github.com/ebean-orm/ebean-hazelcast
- Owner: ebean-orm
- License: apache-2.0
- Created: 2016-04-06T05:27:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T04:58:23.000Z (11 months ago)
- Last Synced: 2025-03-28T00:04:53.210Z (10 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ebean-hazelcast
Hazelcast L2 cache option
# How to build and test
To run the unit tests, start a local hazelcast docker container
docker run -p 5701:5701 hazelcast/hazelcast:4.0.6
maven build with
mvn clean install