tomcat启动扫描xml的时候报错

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from class path resource [spring.xml] is invalid; nested exception is org.xml.sax.SAXParseException; systemId: http://www.springframework.org/schema/data/neo4j/spring-neo4j.xsd; lineNumber: 1; columnNumber: 50; 在 publicId 和 systemId 之间需要有空格。
下面是xml的具体配置信息:
图片说明

xml标签是成对出现的。
你的annotation -config 和 spring-configured两个标签只有半拉。