配置文件中
<context:property-placeholder location="jdbc.properties"/>
需要加上"classpath:"
改为
<context:property-placeholder location="classpath:jdbc.properties"/>
配置文件中
<context:property-placeholder location="jdbc.properties"/>
需要加上"classpath:"
改为
<context:property-placeholder location="classpath:jdbc.properties"/>