コード例 #1
0
ファイル: Runner.java プロジェクト: RdeWilde/restvertx
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/rest/simple_rest.groovy");
 }
コード例 #2
0
ファイル: Runner.java プロジェクト: RdeWilde/restvertx
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/authjdbc/server.groovy");
 }
コード例 #3
0
ファイル: Runner.java プロジェクト: RdeWilde/restvertx
 public static void main(String[] args) {
   Runner.runGroovyExample("io/vertx/example/web/helloworld/server.groovy");
 }