java.io.FileNotFoundException: Could not open ServletContext resource [/jdbc.properties]
原因:spring核心配置中,<context:property-placeholder location="jdbc.properties"/>,缺少classpath:
解决:<context:property-placeholder location="classpath:/jdbc.properties"/>