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.
To run this example follow these steps:
- $ git clone https://github.com/sha1n/spring-boot-jetty-jersey.git
- $ cd spring-boot-jetty-jersey
- $ mvn install
- $JAVA_HOME/bin/java -jar ./app/target/app-1.0-SNAPSHOT.jar
To test the app, send HTTP GET on http://localhost:8080/api/test