contextConfigLocation/WEB-INF/classes/spring/applicationContext-*.xml
这个配置是否可以加载下面的3个配置文件?
可以的,在applicationContext-*.xml 中编写配置即可:contextConfigLocationclasspath:applicationContext-dao.xml,classpath:springmvc.xml
类似这种格式,可以写在servlet标签中.