Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent 976e5d4 commit 80a15b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ Provides examples of [Bootique](https://bootique.io) integration with Jersey. Di

## Prerequisites

To build and run the example code, ensure you have the following installed on your machine:
Make sure you have the following installed on your machine:

* Java 11 or newer
* Maven

and then checkout the examples code:
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 had further instructions on how to build and run it.
## Contents
Each one of the examples below has further instructions on how to build and run it.

* [Jersey Server Example](jersey-server-example/)
* [Jersey Client Example](jersey-client-example/)

0 comments on commit 80a15b0

Please sign in to comment.