这个启动maven异常如何解决

Configuration problem: Failed to import bean definitions from relative location [spring-biz.xml]Offending resource: class path resource [spring-web.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [spring-dao.xml]Offending resource: class path resource [spring-biz.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 26 in XML document from class path resource [spring-dao.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 26; columnNumber: 42; 元素类型 "bean" 必须后跟属性规范 ">" 或 "/>"。	at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:70)	at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85)	at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:76)


qq_蓝骏毅_04076633
浏览 709回答 1
1回答

luofuxiang

不是maven的问题,spring配置文件spring-dao.xml不正确。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java