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

How to enable auto redeploy in vertx when using intellij

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

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

创建一个 运行 配置(应用程序),将 Main class 设置为 io.vertx.core.Launcher。在程序参数中写入:运行 your-verticle-fully-qualified-name --redeploy=**/*.class --launcher-class=io.vertx.core.Launcher。要触发重新部署,您需要显式创建项目或模块(Build 菜单 → Make project)。