我想使用NetBeans IDE开发Vert.x应用程序,如何在NetBeans IDE中开发Vert.x模块?有可能吗?
如何在NetBeans中创建Vert.x模块?
发布于 2013-08-08 18:46:45
在NetBeans IDE中开发Vert.x模块非常简单:
File菜单中选择New Project。Maven,从项目列表中选择Project from Archetype并单击Next。io.vertx并从“原型”列表中选择“vertx-maven-archetype”,然后单击“nect”。Projects视图中创建的项目,然后选择Customs -> Goals...并在显示的对话框中输入mvn命令(例如vertx:runMod)。https://stackoverflow.com/questions/18133568
复制相似问题