我还没有接触到
Spring.我在我的系统中的一个独立java项目中看到了下面的代码.你能帮我理解下面的代码.我无法在项目中看到spring.xml – 它是否必须存在并且缺失?
appContext = new ClassPathXmlApplicationContext(new String[] { "classpath*:/Meta-INF/spring.xml","classpath*:myapplication-application-context.xml" });