码迷,mamicode.com
首页 > 其他好文 > 详细

xmlns:dubbo 路径错误

时间:2018-12-13 19:24:58      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:location   git   when   apache   and   config   normal   cat   sch   

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 路径错误

标签:location   git   when   apache   and   config   normal   cat   sch   

原文地址:https://www.cnblogs.com/brookin/p/10115196.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!