super("classpath*:spring-beanannotation.xml") 我想问一下这里的classpath后面为什么 要加"*", 作用是什么?
这个是spring约定的规则,使用了classpath*:就会扫描所有的文件,其中扫描文件的协议是使用了Apache Ant的路径规则(spring、mybatis等都使用这个协议)
搜索classpath下的所有文件