如何使用 Hibernate 和 Struts 创建 Maven 项目

发布于 2024-12-02 03:50:59 字数 77 浏览 0 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

栖迟 2024-12-09 03:50:59

列表中选择项目,只需更改为新创建的项目并运行以下命令即可创建 eclipse 项目文件,然后在 eclipse file/import 中

mvn archetype:generate

您可以运行以下命令并在完成后从

mvn eclipse:eclipse

you could run the following and select project from the list

mvn archetype:generate

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

mvn eclipse:eclipse
坏尐絯 2024-12-09 03:50:59
  • 获取 m2eclipse 插件,并可选 - m2eclipse-wtp
  • 创建一个新的 Maven 项目(从“新建”对话框)。您还可以从右键菜单>“mavenize”现有项目梅文。
  • 右键单击 pom.xml 并添加 hibernate 和 struts 依赖项
  • get the m2eclipse plugin, and optionally - m2eclipse-wtp
  • create a new maven project (from the New dialog). You can also "mavenize" existing projects, from the right-click menu > Maven.
  • right click the pom.xml and add hibernate and struts dependencies
乞讨 2024-12-09 03:50:59

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.

挽你眉间 2024-12-09 03:50:59
  1. 打开命令提示符。

  2. 自定义以下命令并在命令提示符中键入。

    mvn 原型:生成 -DgroupId=com.init -DartifactId=TestMavenProject
    

请参阅以下链接了解更多信息。

https://howisolvedproblems.blogspot。 com/2018/02/how-to-start-maven-project-from-scratch.html

  1. Open the command prompt.

  2. Customize following command and type in command prompt.

    mvn archetype:generate -DgroupId=com.init -DartifactId=TestMavenProject
    

Please refer following link for more info.

https://howisolvedproblems.blogspot.com/2018/02/how-to-start-maven-project-from-scratch.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文