Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 698 Bytes

Java CI with Maven

spring-boot-jetty-jersey

This repository contains a simple example of how to build a Spring-Boot based executable web application using an embedded Jetty and Jersey 2 JAX-RS implementation.

How to run this example:

# clone
git clone https://github.com/sha1n/spring-boot-jetty-jersey.git

# build
cd spring-boot-jetty-jersey
mvn install

# run
$JAVA_HOME/bin/java -jar ./app/target/app-1.0-SNAPSHOT.jar

# test
curl -v  http://localhost:8080/api/test/sync