08 2018 档案

摘要:http://blog.csdn.net/qq924862077/article/details/52769754 在tomcat启动时,spring通过上述配置会初始化spring容器,注入applicationContext.xml中配置的bean以及其他一些配置 ContextLoderLis 阅读全文
posted @ 2018-08-24 00:29 toov5 阅读(190) 评论(0) 推荐(0) 编辑
摘要:出处:http://blog.csdn.net/u010796790 在web.xml配置监听器 ContextLoaderListener (listener-class) ContextLoaderListener的作用就是web容器启动时,自动装配ApplicationContext的配置信息 阅读全文
posted @ 2018-08-24 00:08 toov5 阅读(109) 评论(0) 推荐(0) 编辑
摘要:读源码首先要有个入口, Spring的 ClasspathxMlApplicationContext 是从BeanFactory开始的 父子关系,就像之前 奔驰实现了一个car接口 阅读全文
posted @ 2018-08-23 00:09 toov5 阅读(89) 评论(0) 推荐(0) 编辑
摘要:设计模式 Spring架构图: 1、 依赖关系: 来源于:http://www.importnew.com/22859.html 阅读全文
posted @ 2018-08-20 01:03 toov5 阅读(177) 评论(0) 推荐(0) 编辑