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