PIPIONE
首先是配置文件,contextConfig.xml文件要配置好,这是第一步。其次,。在web.xml里面配置监听,还有对contextLocation的位置的设置。,<listener><listener-class>org.springframework.web.context.ContextLoaderListener</listener-class></listener><context-param><param-name>contextConfigLocation</param-name><param-value>classpath:applicationContext.xml</param-value></context-param>