我想使用 NetBeans IDE 开发 Vert.x 应用程序,如何在 NetBeans IDE 中开发 Vert.x 模块?可能吗?
如何在 NetBeans 中创建 Vert.x 模块?
在 NetBeans IDE 中开发 Vert.x 模块非常简单:
File
菜单中选择New Project
。Maven
并从项目列表中选择Project from Archetype
并单击下一步。io.vertx
并vertx-maven-archetype
从 Archetype 列表中选择,然后单击 nect。Projects
视图中创建的项目,然后在显示的对话框中选择Customs -> Goals...
并输入您的 mvn 命令(例如 vertx:runMod)。