将 jHipster 项目导入 intellij
Importing jHipster projects into intellij
我很想开始使用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
去编辑配置和select适当的设置,对我来说是spring启动。确保点击 + 按钮添加新配置并命名。如果说找不到文件,请单击事件日志并 select 导入 maven 项目。
我很想开始使用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
去编辑配置和select适当的设置,对我来说是spring启动。确保点击 + 按钮添加新配置并命名。如果说找不到文件,请单击事件日志并 select 导入 maven 项目。