2017年9月7日

Spring中通配符(转)

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

posted @ 2017-09-07 16:49 Louis军 阅读(332) 评论(0) 推荐(0) 编辑

导航