摘要: 1、BeanFactory接口 package org.springframework.beans.factory; import org.springframework.beans.BeansException; import org.springframework.core.Resolvable 阅读全文
posted @ 2019-01-09 21:37 zhuangrunwei 阅读(399) 评论(0) 推荐(0)
摘要: pom.xml Resource接口 JDK没有提供从Web容器上下文及classpath中获取资源的操作类。鉴于此,spring设计了Resource接口,并使用策略模式提供了一些实现类。其实现类ServletContextResource从Web应用根目录下访问资源、ClassPathResou 阅读全文
posted @ 2019-01-09 19:37 zhuangrunwei 阅读(231) 评论(0) 推荐(0)