Skip to content

A POC with Spring boot, embedded Jetty, web-content and Jersey REST services

Notifications You must be signed in to change notification settings

leekspace/spring-boot-jetty-jersey

This branch is 17 commits ahead of, 61 commits behind sha1n/spring-boot-jetty-jersey:master.

Repository files navigation

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.

To run this example follow these steps:

  1. $ git clone https://github.com/sha1n/spring-boot-jetty-jersey.git
  2. $ cd spring-boot-jetty-jersey
  3. $ mvn install
  4. $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

About

A POC with Spring boot, embedded Jetty, web-content and Jersey REST services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.1%
  • HTML 6.9%