Disconnected from the target VM, address: '127.0.0.1:59838', transport: 'socket'
Process finished with exit code -1
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 7 in XML document from class path resource [bean8.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 135; cvc-elt.1:
学习之中,代码一定要看清

在尝试运行一个Spring Boot应用时遇到了错误:Disconnected from the target VM, address: '127.0.0.1:59838', transport: 'socket'。进一步的错误信息指出XML文档bean8.xml的第7行存在无效的元素,导致了XmlBeanDefinitionStoreException。这可能是由于XML配置文件中的语法错误或不匹配的标签导致的。

被折叠的 条评论
为什么被折叠?



