gpt4 book ai didi

spring - maven spring 测试应用上下文

转载 作者:行者123 更新时间:2023-11-28 20:18:24 25 4
gpt4 key购买 nike

我想在 src/test/java 中的测试工具中使用 src/main/resources 目录中的 applicationContext.xml。我该如何加载它?我试过:

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations="classpath:applicationContext.xml")
public class TestService {
...
}

但是得到一个找不到文件的错误。我正在使用 Maven 和 Spring。谢谢。

最佳答案

试试这个(注意星号):

@ContextConfiguration("classpath*:applicationContext.xml")

关于spring - maven spring 测试应用上下文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16924801/

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