我正在测试环境中部署我的应用程序,但出现以下异常 -
org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Ignored XML validation warning build 09-Jul-2018 08:30:36 org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.mulesoft.org/schema/mule/schemadoc/3.9/mule-schemadoc.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>
我无法理解为什么它会给出此错误。请帮帮我
通常这些错误是由于您的pom中没有正确的依赖项.xml(假设您正在运行Mavenized项目(造成的,这可能是由于复制/粘贴原始XML代码等原因造成的。
尝试从调色板中删除您尝试使用的组件,然后重新添加它。这应该会自动将依赖项添加到您的pom.xml。