Merge branch '1.1.x'

This commit is contained in:
Phillip Webb
2014-07-28 15:41:42 -07:00
15 changed files with 156 additions and 115 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
}
}