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

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

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