如何在 Eclipse 中创建 Spring MVC 项目?
我正在尝试遵循 Spring MVC 的基本教程,但在 Eclipse 中创建新项目时迷失了方向.
在我看来,大多数教程都假设您知道如何在 Eclipse 中创建 Spring 项目.
任何关于从哪里开始的建议或解释如何设置 Eclipse 的教程将不胜感激.
I am trying to follow the basic tutorial for Spring MVC but got lost at creating a new project in Eclipse.
It seems to me that most tutorials assume you know how to create a Spring Project in Eclipse.
Any advice on where to get started or tutorials which explain how to set up Eclipse would be appreciated.
推荐答案
您想创建一个动态 Web 项目".按照此处的步骤操作:Spring MVC 教程与 Eclipse 和 Tomcat.
You want to create a "Dynamic Web Project". Follow the steps here: Spring MVC Tutorial with Eclipse and Tomcat.
此外,这里是动态 Web 项目的 Eclipse 文档:http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.wst.webtools.doc.user/topics/ccwebprj.html
Also, here is the Eclipse documentation for Dynamic Web Projects: http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.wst.webtools.doc.user/topics/ccwebprj.html
相关文章