spring核心类库 取出spring bean工厂
PrefixExampleExplanationclasspath: ? 会用 ClassPathResource 加载classpath:com/myapp/config.xmlLoaded from the classpath. ?file: ? ?会用UrlResource加载file:/data/config.xmLoaded as a URL, from the filesystem.http:http://myserver/logo.png?Loaded as a URL.none/data/config.xmlDepends on the underlying ApplicationContext.
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?