在web.xml中加入如下同容,在启动web服务器时加载/WEB-INF/applicationContext.xml中的内容。
org.springframework.web.context.ContextLoaderServlet
通过如下类得到ApplicationContext实例
WebApplicationContextUtils.getWebApplicationContext
在web.xml中加入如下同容,在启动web服务器时加载/WEB-INF/applicationContext.xml中的内容。
org.springframework.web.context.ContextLoaderServlet
通过如下类得到ApplicationContext实例
WebApplicationContextUtils.getWebApplicationContext