如何使用 Hibernate 和 Struts 创建 Maven 项目
如何使用 Hibernate 和 Struts 2 创建 Maven 项目。
我希望使用 Eclipse 作为我的 IDE。
How to create a Maven project with Hibernate and Struts 2.
I am hoping to use Eclipse as my IDE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
列表中选择项目,只需更改为新创建的项目并运行以下命令即可创建 eclipse 项目文件,然后在 eclipse file/import 中
您可以运行以下命令并在完成后从
you could run the following and select project from the list
when you're done just change to the newly created project and run the following to have the eclipse project files created, then in eclipse file/import
eclipse中有“Spring模板应用程序”。从其中之一开始吧。
使用 STS 而不是普通的老式 Eclipse,只是更少的麻烦。
There are "Spring Template applications" in eclipse. Just start with one of them.
Use STS rather than plain old eclipse, just fewer headaches.
打开命令提示符。
自定义以下命令并在命令提示符中键入。
请参阅以下链接了解更多信息。
https://howisolvedproblems.blogspot。 com/2018/02/how-to-start-maven-project-from-scratch.html
Open the command prompt.
Customize following command and type in command prompt.
Please refer following link for more info.
https://howisolvedproblems.blogspot.com/2018/02/how-to-start-maven-project-from-scratch.html