spring junit 測試配置文件引入問題

單個配置文件的引入spring

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

多個配置文件的引入app

@ContextConfiguration(locations = { "classpath*:/spring1.xml", "classpath*:/spring2.xml" })
相關文章
相關標籤/搜索