博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring junit 测试配置文件引入问题
阅读量:5733 次
发布时间:2019-06-18

本文共 222 字,大约阅读时间需要 1 分钟。

hot3.png

单个配置文件的引入

@ContextConfiguration(Locations="../applicationContext.xml")

多个配置文件的引入

@ContextConfiguration(locations = { "classpath*:/spring1.xml", "classpath*:/spring2.xml" })

转载于:https://my.oschina.net/u/3211737/blog/1913211

你可能感兴趣的文章