1

我正在使用特定路径加载项目中的所有 xml 文件。

ClassPathXmlApplicationContext applicationContext = new ClassPathXmlApplicationContext(
                new String[] { "classpath*:META-INF/spring/*.xml" });

我的项目包括各种罐子。

这些 jarMETA-INF/spring/*.xml在 test-classes 文件夹中有文件。

即内部jar 测试用例中的xml 文件。

我可以配置一个路径,以便我可以排除测试用例项目的 xml 文件,并且只包含 src/main 项目的 xml 文件。

请帮忙

4

0 回答 0