ApplicationContext和ServletContext之间存在什么关系啊,一直没搞懂
https://segmentfault.com/q/1010000000210417
spring中DispatcherServlet、WebApplicationContext、ServletContext之间的关系
applicationContext 是springframework的,servletcontext是 javaweb容器的,这两个没有关系,可以搭配着用。