xmlns:dubbo 路径错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xmlns:dubbo 路径错误相关的知识,希望对你有一定的参考价值。
It goes normal when change
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo="http://dubbo.apache.org/schema/dubbo"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
to
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
dubbo-config-spring-2.6.1.jar --> META-INF-->spring.handlers 中的配置的是之前的域名 code.alibabatech.com , 而现在在github上下载的dubbo 代码里面却是: dubbo.apache.org
refer
https://github.com/apache/incubator-dubbo/issues/1739
以上是关于xmlns:dubbo 路径错误的主要内容,如果未能解决你的问题,请参考以下文章