This commit is contained in:
Phillip Webb
2014-06-06 22:33:46 -07:00
parent 93aefa8537
commit e891aa3525
30 changed files with 196 additions and 174 deletions

View File

@@ -9,4 +9,5 @@ class Sample implements CommandLineRunner {
void run(String... args) {
println "Hello World"
}
}
}