如图 在配置Spring-mvc.xml的加载配置文件 这两者有什么区别
<!-- 加载配置文件--> <context:property-placeholder location="classpath:druid.properties"/> <context:property-placeholder location="druid.properties"/>
这两没区别,classpath*:才有区别
一个当前路径,一个classpath路径