This is a very very simple REST server that demonstrates how to use GWizard. You are encouraged to fork this project as a starting point.
To run this code:
$ mvn install
$ java -jar target/gwizard-example-1.0-SNAPSHOT.jar test.yml
The most exciting endpoint is probably: http://localhost:8081/api/fun/headers
(Note that test.yml changes the port from the default of 8080, just to demonstrate)
For more information about GWizard: https://github.com/gwizard/gwizard