Vert.x Web IntelliJ First Web Site
2015年11月3日
[Vert.x]でRest Application Serverを構築することになったのでテスト
Firt To Go
http://vertx.io/blog/my-first-vert-x-3-application/
VertX init.d
http://vertx.io/blog/vert-x-3-init-d-script/
//TEST JSON
http://52.32.87.126:8080/api/whiskies
//VertX run fatjar with instance setup
vertx run io.vertx.blog.first.MyFirstVerticle -cp my-first-app-1.0-SNAPSHOT-fat.jar -instances 10
Comments are closed.