Skip to content

bootique-examples/bootique-jersey-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build test

Bootique 3.x Jersey Examples

Provides examples of Bootique integration with Jersey. Different Git branches contain example code for different versions of Bootique:

Prerequisites

Make sure you have the following installed on your machine:

  • Java 11 or newer
  • Maven

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

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

Contents

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