構建dubbo項目的時候會遇到: Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/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>.
一.解決方法 1.下載dubbo.xsd 下載地址:http://download.csdn.NET/detail/gjldwz/9414013 2.preferences-
如圖,手動加上dubbo.xsd location:是你放dubbo.xsd的路徑 注意的是:你手動加上以后,key的路徑是不完整的,沒有指定文件名稱,需要在原地址上加上/dubbo.xsd,好多人都沒加,導致報錯去不掉,然后update project就行了,或者重新粘貼復制一下你報錯的xml的內容。