-
contextConfigLocation
- 指定Spring IoC容器需要读取的XML文件路径
- 默认会去/WEB-INF/下加载applicationContext.xml
-
ContextLoaderListener
- Spring监听器
- Spring MVC在Web容器中的启动类,读取applicationContext.xml,负责Spring IoC容器在Web上下文中的初始化
-
DispatcherServlet
- 前端处理器,接受的HTTP请求和转发请求的类
-
CharacterEncodingFilter
- 字符集过滤器
-
IntrospectorCleanupListener
- 防止Spring内存溢出监听器