将jHipster项目导入intellij

时间:2015-06-10 15:10:14

标签: intellij-idea jhipster

我真的想开始使用intellij,但我只使用过Eclipse。但是我刚刚导入了我在Eclipse中工作的同一个jHipster项目,intellij说我缺少一个springboot文件。以前有没有人遇到过这个问题?你是如何解决这个问题的?

现在请记住,我仍在学习intellij的方式,我有一年免费的终极版本(学生版)。由于几个原因我被它打开了,并希望给它一个坚实的镜头。

事件记录:

5:39:25 PM Unknown Natures Detected
           Imported projects contain unknown natures:
           org.eclipse.wst.common.modulecore.ModuleCoreNature
           org.eclipse.m2e.core.maven2Nature
           org.eclipse.jem.workbench.JavaEMFNature
           org.eclipse.wst.common.project.facet.core.nature
           org.eclipse.wst.jsdt.core.jsNature
           Some settings may be lost after import.
5:39:26 PM Error importing module 'hillcresttooldie': Could not find .springBeans
5:39:34 PM Non-managed pom.xml file found:
           /Users/DrewJocham/Documents/metal/hillcresttooldie/pom.xml
           Add as Maven Project or Disable notification (show balloon)
5:46:11 PM Error running Unnamed: Cannot start process, the working directory /Applications/IntelliJ IDEA 14.app/Contents/bin/MetalApplication does not exist
5:46:17 PM Error running Unnamed: Cannot start process, the working directory /Applications/IntelliJ IDEA 14.app/Contents/bin/MetalApplication does not exist
5:46:32 PM Error running Unnamed: Cannot start process, the working directory /Applications/IntelliJ IDEA 14.app/Contents/bin/MetalApplication does not exist
5:46:33 PM Error running Unnamed: Cannot start process, the working directory /Applications/IntelliJ IDEA 14.app/Contents/bin/MetalApplication does not exist
5:47:13 PM Error running Unnamed: Cannot start process, the working directory /Applications/IntelliJ IDEA 14.app/Contents/bin/MetalApplication does not exist

1 个答案:

答案 0 :(得分:4)

转到编辑配置并选择适当的设置,对我来说这是春季启动。确保按下+按钮添加新配置并命名。如果没有找到文件,请单击事件日志并选择import maven project。

相关问题