往springmvc.xml配置文件加入下面这段代码:注意""中的需要加你自己的properties文件路径
<!-- 加载配置文件 -->
<context:property-placeholder location="classpath:properties/*.properties"/>
<!-- 加载配置文件 -->
<context:property-placeholder location="classpath:properties/*.properties"/>