
Dubbo
风铃峰顶
个人项目经历请搜索:
http://www.haoranhaoshi.top/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.apache.dubbo.rpc.RpcException: Failed to invoke the method XXXX in the service XXXXX.
org.apache.dubbo.rpc.RpcException: Failed to invoke the method XXXX in the service XXXXX. 看看是不是传参的对象或者对象里的对象属性没有implements Serializable原创 2022-02-21 20:39:55 · 5208 阅读 · 0 评论 -
最新dubbo-admin打包、下载、启动,及错误处理:The CATALINA_HOME environment variable is not defined correctly
dubbo-admin查找(Github的dubbo工程,2.5.x分支):https://github.com/apache/dubbo/tree/2.5.x 注意:master分支里没有dubbo-admin,其实在2.5.10之后就没有这个模块了。 下载点击Clone or download下载dubbo-2.5.x.zip,解压后cd到dubbo-2.5.x\dubbo-admin目录...原创 2019-07-10 15:36:27 · 1056 阅读 · 0 评论 -
Context namespace element 'component-scan' and its parser class [org.springframework.context.annotat
报错:Context namespace element 'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher 把这两个依赖加入即可。上面那个...原创 2019-07-10 16:39:16 · 1201 阅读 · 0 评论