如何在使用intellij时在vertx中启用自动重新部署

时间:2017-08-01 19:10:03

标签: java intellij-idea vert.x hotdeploy autodeploy

如何在intellij idea中运行时在vertx应用程序代码中启用自动重新部署?

用于热部署vertx应用程序的Intellij设置。

1 个答案:

答案 0 :(得分:-1)

创建一个Run配置(Application),将Main类设置为io.vertx.core.Launcher。在Program参数中写:run your-verticle-fully-qualified-name --redeploy = ** / * .class --launcher-class = io.vertx.core.Launcher。要触发重新部署,您需要显式创建项目或模块(构建菜单→生成项目)。