This commit is contained in:
Phillip Webb
2014-07-28 13:31:22 -07:00
parent 5e1552b718
commit f8bf0e2031
14 changed files with 114 additions and 93 deletions

View File

@@ -20,4 +20,5 @@ class Example implements CommandLineRunner {
def world = new RESTClient("http://localhost:" + port).get(path:"/").data.text
print "Hello " + world
}
}