Exemple #1
0
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/rest/simple_rest.groovy");
 }
Exemple #2
0
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/authjdbc/server.groovy");
 }
Exemple #3
0
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/helloworld/server.groovy");
 }