Sineaggi / swagger-jersey2-jetty

Swagger with Jersey2 and Jetty Embedded without web.xml and Spring MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swagger with Jersey2 on Jetty Embedded

Swagger with Jersey2 on Jetty Embedded without web.xml and Spring MVC

All configurations are done with code, no web.xml, no Spring. Builds into a shaded jar with dependencies and can be run with java -jar jarfile.jar

UPDATE

If you don't want to actually do this from scratch, but just want the goodness of a framework that has easy Swagger, Jersey 2 and Jetty backing, you should look at https://github.com/caffinc/jetter.

Build

mvn clean package

Run

java -jar <output.jar>

Help

mailto:sriram@raremile.com

Build Status

Build Status

About

Swagger with Jersey2 and Jetty Embedded without web.xml and Spring MVC

License:MIT License


Languages

Language:CSS 66.1%Language:JavaScript 26.5%Language:Java 4.2%Language:HTML 3.2%