We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
crack open your favorite brew
put this in a file 'myfile.groovy'
import graffiti.* @Grab('com.goodercode:graffiti:1.0-SNAPSHOT') @Get('/helloworld') def hello() { 'Hello World' } Graffiti.serve this
run 'groovy myfile.groovy'
groovy myfile.groovy
have a sip