我正在执行此操作maven eclipse hibernate spring-mvc tutorial,我不明白如何执行第3步。我在文件系统中打开了项目的根文件夹,但我不知道如何在该文件夹中运行命令,更不用说指定的命令了。谁能告诉我怎么做?
以下是教程中步骤3的相关部分,如果信息更丰富,您也可以在教程中阅读:
3. Open the project’s root folder in the file system
◾Execute the following command: mvn eclipse:eclipse -Dwtpversion=2.0
◾This command will generate a configuration for eclipse (.classpath, .project, etc.).
This link包含我在发布此问题时所寻找的信息。它简要介绍了如何在命令提示符中更改目录。
答案 0 :(得分:2)
您必须打开命令行提示符,转到项目根文件夹并键入:
mvn eclipse:eclipse -Dwtpversion=2.0