项目场景:
引入dubbo的项目中dubbo配置文件报错
问题描述:
报错情况
schema_reference.4: Failed to read schema document 'http://dubbo.apache.org/schema/dubbo/dubbo.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>.
解决方案:
手动配置dubbo的xsd文件
步骤1:获取dubbo的xsd文件,找到dubbo的jar包,解压可以获取到xsd文件
步骤2.eclipse配置dubbo的xsd文件,windows->preferrence->xml->xmlcatalog
步骤3,保存后,在xml文件右键选择 validate ,解决好了