如何加入Spring到web框架中
2023-07-06
在web.xml中加入如下同容,在启动web服务器时加载/WEB-INF/applicationContext.xml中的内容。
context
org.springframework.web.context.ContextLoaderServlet
1
通过如下类得到ApplicationContext实例
WebApplicationContextUtils.getWebApplicationContext
如何加入Spring到web框架中2023-07-06 在web.xml中加入如下同容,在启动web服务器时加载/WEB-INF/applicationContext.xml中的内容。 context org.springframework.web.context.ContextLoaderServlet 1 通过如下类得到ApplicationContext实例 WebApplicationContextUtils.getWebApplicationContext 相关内容: |