Exception Description: The matching wildcard is strict, but no declaration can be found for element ' dubbo:reference ' Multiple annotations found at the:-schema_reference.4:failed to read schema document ' HTTP://CODE.ALIBABATECH.C Om/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>. -Cvc-complex-type.2.4.c:the matching wildcard is strict, but no declaration can be found for element ' dubbo:reference '. Original Because: When you import a MAVEN project, the Dubbo element in the. xml file appears with a reference error, loading an XSD configuration file that is not Dubbo. Solution:
Eclispe-->window-->preferences-->xml Catalog-->add Note that key needs to end with/dubbo.xsd, as shown in
Other than that:
MVN Compile compiled source code
MVN install to a local library
Prevents the source folder from being empty when Git commits, and does not commit the source folder if it is empty
Git uses the Master branch first, then creates the develop directory using create brance, and finally switches to develop with switch to commit.
Common exceptions that occur when you use MAVEN to load a project with a Dubbo framework