- Ant风格,为请求路径的一种匹配方式。
- Ant通配符
- 参考文章
支持Ant风格:
- Spring资源加载————classpath:com/t?st.xml
- SpringMvc的url映射————@RequestMapping(“/teach”)
Spring注释扫描
<context:component-scan
base-package="org.xxx.**.dao, org.xxx.**.service.impl, org.xx.**.webservice"/>
支持Ant风格:
Spring注释扫描
<context:component-scan
base-package="org.xxx.**.dao, org.xxx.**.service.impl, org.xx.**.webservice"/>