2015年7月30日

Spring中通配符

摘要: 一、加载路径中的通配符:?(匹配单个字符),*(匹配除/外任意字符)、**/(匹配任意多个目录)classpath:app-Beans.xml说明:无通配符,必须完全匹配classpath:App?-Beans.xml说明:匹配一个字符,例如 App1-Beans.xml 、 App2-Beans.xmlclasspath:user/*/Base-Beans.xml说明:匹配零个或多个字符串(只针... 阅读全文

posted @ 2015-07-30 20:26 时间朋友 阅读(12574) 评论(0) 推荐(0)

导航