标签: spring applicationcontext
对Spring来说相当新,在独立应用程序中,我看到了以下内容:
ApplicationContext context = new ClassPathXmlApplicationContext( "SpringBeans.xml");
但是在Web应用程序中,我还没有看到使用新关键字创建这种方法。 我们如何在Web应用程序中实现相同的目标?