How to enable auto redeploy in vertx when using intellij

╄→гoц情女王★ 提交于 2019-12-11 05:13:43

问题


How to enable auto redeploy in vertx application code when running in intellij idea?

Intellij Settings for hot deployment of vertx application.


回答1:


create a Run configuration (Application), set the Main class to io.vertx.core.Launcher. In the Program arguments write: run your-verticle-fully-qualified-name --redeploy=**/*.class --launcher-class=io.vertx.core.Launcher. To trigger the redeployment, you need to make the project or the module explicitly (Build menu → Make project).



来源:https://stackoverflow.com/questions/45445891/how-to-enable-auto-redeploy-in-vertx-when-using-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!