如何加入Spring到web框架中

2023-07-06   


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


相关内容:

  1. Spring中ApplicationContext的作用是什么
  2. Spring中ApplicationContext的作用是什么
  3. 请介绍一下Spring框架中Bean的作用域
  4. 如何在web应用里面配置spring
  5. 在Spring框架中如何更加高效的使用JDBC
  6. Spring里面如何定义hibernate mapping