Skip to content

gwizard/gwizard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/gwizard/gwizard