ssh测试数据库连接是否连接(JUnit单元测试) 报错如下 哪位大神帮忙解释下

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 10 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The prefix "context" for element "context:property-placeholder" is not bound.

报错的是第10行 我在applicationContext.xml中设置的jdbc.properties .

求解答,谢谢!

applicationContext.xml第10行无效。。。检查一下
context:property-placeholder 有没有引入schema 类似这种

  xmlns:context="http://www.springframework.org/schema/context"

看不懂错误信息,可以百度翻译。。Line 10 还是能看到的吧。。。