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