我有两个java项目。一个是main,另一个是导入项目到main。使用 Maven,我加载了两个项目的 spring 上下文 xml。但是如果我想在主项目下面执行但是,这个源不能加载导入项目的xml。请帮我。我想加载另一个项目的 spring 上下文 xml 和源代码。
public static void main(String[] args) {
@SuppressWarnings("unused")
ApplicationContext context= new ClassPathXmlApplicationContext("/spring/context-*.xml");
}