记录在这里它说
此特殊前缀指定必须获取与给定名称匹配的所有类路径资源(内部,这通常通过ClassLoader.getResources(...)调用),然后合并以形成最终的应用程序上下文定义.
有人可以解释一下吗?
使用classpath*:conf/appContext.xml而不是classpath:conf/appContext.xml没有星号有什么区别.
classpath*:conf/appContext.xml
classpath:conf/appContext.xml
java spring classpath
classpath ×1
java ×1
spring ×1