Skip to content

ThinkCats/Vertx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vertx Web

996.icu LICENSE

Vertx Web Hello World

Port :8888


update 2016-07-26

Hot Redeploy by setting below(Intellij Idea2016):

  • Main Class: io.vertx.core.Launcher
  • Programs Arguments: run --redeploy="src/**/*.class" --launcher-class=com.tt.vertx.HelloWorlds

But,You must compile your project after change your file manually.The best way is using gradle. I will use gradle in the next project. And this is the last commit about this demo.

update 2016-07-22

Using Kotlin instead of Java

Releases

No releases published

Packages

No packages published