spring学习第一章

来源:互联网 发布:sql二进制数据类型 编辑:程序博客网 时间:2024/05/29 13:03
spring第一章
1、spring包括六大功能模块
Data access(操作数据库)、Web and remoting(web及远程调用,包括spring mvc) 、AOP(面向切面编程)、Core Spring container(核心部分)、
Testing(测试模块)、Instrumentation。
2、三种获得上下文的方式
ClassPathXmlApplicationContext——从类路径下xml文件配置
FileSystemXmlApplicationContext——从文件系统读取
XmlWebApplicationContext——读取web应用下的xml配置
0 0
原创粉丝点击