摘要:
spring通过在web.xml 中配置ContextLoaderListener 来加载context配置文件,在DispatcherServlet中也可以来加载spring context配置文件,那么这两个有什么区别呢。ContextLoaderListener中加载的context成功后,s... 阅读全文
posted @ 2014-09-03 14:07 eastson 阅读(186) 评论(0) 推荐(0)
|
|
|
|
摘要:
spring通过在web.xml 中配置ContextLoaderListener 来加载context配置文件,在DispatcherServlet中也可以来加载spring context配置文件,那么这两个有什么区别呢。ContextLoaderListener中加载的context成功后,s... 阅读全文
posted @ 2014-09-03 14:07 eastson 阅读(186) 评论(0) 推荐(0)
摘要:
配置applicationContext.xml时经常会看到:它的作用是隐式地向Spring容器注册AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanPost... 阅读全文
posted @ 2014-09-03 11:58 eastson 阅读(140) 评论(0) 推荐(0) |
|