gpt4 book ai didi

java - 为什么 Spring Framework jpetstore 示例有几个依赖项问题?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:21:53 26 4
gpt4 key购买 nike

我正在研究 Spring Framework 示例。我已经从 here 中查看了它们.

然而,当我在 NetBeans 中打开 jpetstore 示例时,它提到了几个缺失或 Unresolved Maven 依赖项:

import org.springframework.dao.DataAccessException;
import org.springframework.beans.support.PagedListHolder;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.aop.AfterReturningAdvice;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.mail.MailException;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.remoting.jaxrpc.ServletEndpointSupport;
import org.springframework.beans.factory.ListableBeanFactory;
...

当我要求 NetBeans 查找它们时,它找不到它们。是什么原因导致此问题以及如何解决?

最佳答案

如我所见,这个 PetStore 示例项目依赖于一些现在不可用的 Spring Artifact 的 SNAPSHOT 版本。 Spring 3.0.0 已经发布,所以更改 <spring.version>3.0.0.BUILD-SNAPSHOT</spring.version>属性(property)<spring.version>3.0.0.RELEASE</spring.version>应该没问题。我没有 NetBeans 来检查这一点,但至少使用 mvn clean package 构建控制台现在工作。

关于java - 为什么 Spring Framework jpetstore 示例有几个依赖项问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11240531/

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