博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Spring配置文件-笔记
阅读量:5099 次
发布时间:2019-06-13

本文共 1534 字,大约阅读时间需要 5 分钟。

启动服务器:    
contextConfigLocation
classpath*:/applicationContext.xml
org.springframework.web.context.ContextLoaderListener
以上内容会初始化容器类,实例化所有交给Spring的类。用户请求过滤类:
encodingFilter
org.springframework.web.filter.CharacterEncodingFilter
encoding
UTF-8
forceEncoding
true
encodingFilter
/*
用户请求分发类:
dispatcher-servlet
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath*:dispatcher-servlet.xml
1
dispatcher-servlet
*.html
其他辅助类:
org.springframework.web.util.IntrospectorCleanupListener
org.springframework.security.web.session.HttpSessionEventPublisher

  

转载于:https://www.cnblogs.com/garinzhang/archive/2012/09/18/2690543.html

你可能感兴趣的文章
Python特殊语法:filter、map、reduce、lambda
查看>>
vs2008 此安装不支持该项目类型
查看>>
C# Hash算法
查看>>
转:C语言深度剖析三
查看>>
HDU 2095 find your present (2) 异或
查看>>
swipe滚动失效
查看>>
线程间操作无效: 从不是创建控件的线程访问它。
查看>>
WebStorm+Chrome调试Vue步骤
查看>>
PAT (Basic Level) Practise (中文)- 1022. D进制的A+B (20)
查看>>
数据类型和变量
查看>>
服务端的GET、POST请求
查看>>
Python之文件操作工具
查看>>
浅谈SQLiteOpenHelper之onCreate例子
查看>>
证券市场主体
查看>>
Educational Codeforces Round 69 (Rated for Div. 2) A - DIY Wooden Ladder
查看>>
stm32之CMSIS标准、库目录、GPIO
查看>>
Dima and Lisa
查看>>
JAVA编程思想中总结的与C++的区别
查看>>
HBase基准性能测试报告
查看>>
在.NET使用JSON作为数据交换格式
查看>>