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

sha1n/spring-boot-jetty-jersey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks