/gwizard-example

Example of how to use GWizard

Primary LanguageJava

GWizard Example

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.

Running

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)

GWizard

For more information about GWizard: https://github.com/stickfigure/gwizard