/bootique-jcache-demo

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status

bootique-jcache-demo

For additional help/questions about this example send a message to Bootique forum.

Prerequisites

* Java 1.8 or newer.
* Apache Maven.

Build the Demo

Here is how to build it:

git clone git@github.com:bootique-examples/bootique-jcache-demo.git
cd bootique-jcache-demo
mvn package

Run the Demo

Run bootique-ehcache-demo:

java -jar bootique-ehcache-demo/target/bootique-ehcache-demo-1.0-SNAPSHOT.jar --config=bootique-ehcache-demo/config.yml --demo

Run bootique-hazelcast-demo:

java -jar bootique-hazelcast-demo/target/bootique-hazelcast-demo-1.0-SNAPSHOT.jar --config=bootique-hazelcast-demo/config.yml --demo

For additional details, please, take a peek at README.md of each of these examples.