Skip to content

Latest commit

 

History

History

README.md

Bootique 4.x JCache with Hazelcast Example

This is an example Bootique use of JCache with Hazelcast provider.

Build and package

Run the following command to build the code, run the tests and package the app:

cd jcache-hazelcast-example/
mvn clean package

Run

Check for available commands

java -jar target/jcache-hazelcast-example-4.0.jar

Run -e (--explore-cache) command. It will access the cache defined in the code, but also another cache defined in hazelcast.xml, the Hazelcast default config file:

java -jar target/jcache-hazelcast-example-4.0.jar -e