Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent b5988a0 commit 92cf05d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[![build test](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml)
[![build test](https://github.com/bootique-examples/bootique-rest-examples/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-rest-examples/actions/workflows/verify.yml)

# Bootique 3.x Jersey Examples

This is an example [Bootique](http://bootique.io) REST service app with Jersey. It shows how to create and register REST
endpoints, write integration tests for the REST API, assemble and run the application.

Different Git branches contain demo code for different versions of Bootique:
Different Git branches contain the example code for different versions of Bootique:

* [3.x](https://github.com/bootique-examples/bootique-rest-demo/tree/3.x)
* [2.x](https://github.com/bootique-examples/bootique-rest-demo/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-rest-demo/tree/1.x)
* [3.x](https://github.com/bootique-examples/bootique-rest-examples/tree/3.x)
* [2.x](https://github.com/bootique-examples/bootique-rest-examples/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-rest-examples/tree/1.x)

## Prerequisites

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

* Java 11 or newer
* Maven
Expand Down

0 comments on commit 92cf05d

Please sign in to comment.