gpt4 book ai didi

hibernate - 在创建 spring、hibernate with maven 时在 pom.xml 中添加依赖项时发现多个注释出现错误

转载 作者:行者123 更新时间:2023-12-01 22:57:13 25 4
gpt4 key购买 nike

我正在使用 maven 为 spring 和 hibernate 创建一个示例项目。我对这种发展很陌生。放置依赖后,如

<dependencies>
<dependency>
<groupid>org.hibernate</groupid>
<artifactid>hibernate-core</artifactid>
<version>3.3.1.GA</version>
</dependency>

<dependency>
<groupid>org.springframework</groupid>
<artifactid>spring</artifactid>
<version>${springVersion}</version>
</dependency>

在 Eclipse 中,它给出了一个错误,因为在这一行发现了多个注释:

- Project build error: 'dependencies.dependency.groupId' for null:null:jar is 
missing.
- Project build error: 'dependencies.dependency.artifactId' for null:null:jar is
missing.

我想,spring 和 hibernate 的 jar 文件丢失了。谁能告诉我如何解决这个问题。

最佳答案

因为你的 pom.xml格式无效

应该是

  • <groupId>而不是 <groupid>
  • <artifactId>而不是 <artifactid>

您可以检查pom.xml 的正确格式在here

关于hibernate - 在创建 spring、hibernate with maven 时在 pom.xml 中添加依赖项时发现多个注释出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8079110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com