Dubbo
踩姑凉的小蘑菇
一座大楼的好坏不是建筑师的能力,是由设计师来决定的!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
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 rea原创 2015-04-15 16:51:35 · 10605 阅读 · 0 评论 -
dubbo提供者打包,解决jar不能正常运行(不能注册到注册中心)
这几天打包发布dubbo消费者,出现了各种问题. 今天记录的是直接在Eclispe是运行Main方法时正常使用服务.打包成jar在服务运行时不能正常使用问题. 我写的Main方法: public class BannerProvider { public static void main(String[] args) { com.alibaba.dubbo.cont原创 2015-05-25 15:06:06 · 10958 阅读 · 0 评论 -
dubbo起步搭建Spring+SpringMVC+dubbo的开发环境
今天SpringMVC + Dubbo 启动时把错了! java.lang.NullPointerException org.springframework.core.SerializableTypeWrapper$TypeProxyInvocationHandler.invoke(SerializableTypeWrapper.java:239) org.springframewo原创 2015-04-16 09:05:11 · 4130 阅读 · 2 评论
分享