gpt4 book ai didi

java - 无法导入 SpringApplicationContextLoader

转载 作者:搜寻专家 更新时间:2023-11-01 04:04:01 25 4
gpt4 key购买 nike

我使用 IntelliJ IDEA 编写 Spring 项目。

我添加了依赖

    <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

以及更多与 Spring Boot 相关的内容。我无法使用以下方法导入 SpringApplicationContextLoader:

导入 org.springframework.boot.test.SpringApplicationContextLoader

但我在 GitHub 上看到很多项目都使用了这个类。

如何查看该类的当前包?

最佳答案

根据 SpringApplicatioNContextLoader a.4.x 的 javadoc,如果绝对必要,它已被弃用,取而代之的是 @SpringBootTestSpringBootContextLoader

关于java - 无法导入 SpringApplicationContextLoader,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42390686/

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