我真的很想开始使用intellij,但我只使用了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发布于 2015-06-11 15:53:08
转到编辑配置,并选择适当的设置,对我来说,这是弹簧引导。确保您按了+按钮来添加和新的配置并命名它。如果它说没有找到文件,请单击事件日志并选择import项目。
https://stackoverflow.com/questions/30760379
复制相似问题