# 6SpringIoc路径表达式用法

回到spring导航页

表达式实例 说明
classpath:config.xml 扫描classpath根路径(不包含jar)的config.xml
classpath:com/torey/config.xml 扫描classpath下(不包含jar)com.torey包中的config.xml文件
classpath*:com/torey/config.xml 扫描classpath下(包含jar)com.torey包中的config.xml文件
classpath:config-*.xml 扫描classpath根路径下所有以config-开头的XML文件
classpath:com/*/config.xml 扫描classpath下com包下(包含任何子包)的config.xml
file:c:/config.xml 扫描c盘根路径config.xml

# 导航,上一页,下一页

5IoC中获取bean
7IoC在实际项目中的用途

# 支持我-微信扫一扫-加入微信公众号

Aseven公众号

# 赞赏作者

赞赏作者