Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.25 KB

File metadata and controls

32 lines (22 loc) · 1.25 KB

build test

Bootique 4.x JCache Examples

Provides examples of Bootique integration with JCache and various cache provdiers. Different Git branches contain example code for different versions of Bootique:

Prerequisites

Make sure you have the following installed on your machine:

  • Java 21 or newer
  • Maven

and then checkout the examples code, and proceed to individual examples:

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

Contents

Each one of the examples below has further instructions on how to build and run it.