resteasy-netty-sample icon indicating copy to clipboard operation
resteasy-netty-sample copied to clipboard

Sample of resteasy-netty project

This is a sample application which expose a REST API throught RestEasy-Netty 3.

Moreover this sample application show how Swagger and Jolokia can be embedded into.

To build

mvn package

To launch

untar the package (restreasy-netty-sample-1.0-SNAPSHOT.tar.gz).

on linux, run:

./bin/resteasy-netty-sample start

To stop

on linux, run:

./bin/resteasy-netty-sample stop