摘要:
作用: 关闭资源 public interface AutoCloseable { void close() throws Exception;} 阅读全文
摘要:
1: Spring的ResourceLoader的作用 2: ProtocolResolver和DefaultResourceLoader的作用 3:AutoCloseable 作用 4:EnvironmentCapable 作用 5: HierarchicalBeanFactory 6: List 阅读全文
摘要:
作用: 获取Resource 获取ClassLoader public interface ResourceLoader { String CLASSPATH_URL_PREFIX = "classpath:"; Resource getResource(String var1); ClassLoa 阅读全文
摘要:
作用: 获取ioc中的beanpublic interface BeanFactory { String FACTORY_BEAN_PREFIX = "&"; Object getBean(String var1) throws BeansException; <T> T getBean(Strin 阅读全文