
spring+dubbo
文章平均质量分 86
Youuuuuuuu
貌似发现了什么!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot整合dubbo项目启动报错java.lang.NoSuchMethodError
错误: java.lang.NoSuchMethodError: org.springframework.util.ClassUtils.getMethod(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method; at org.springframework.core.convert.su...原创 2019-03-05 10:47:33 · 3294 阅读 · 0 评论 -
zookeeper拒绝连接java.net.ConnecteException
场景描述:在搭建springboot+dubbo+zookeeper 时,项目启动报错如下图: java.net.ConnectException: 拒绝连接 at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConn...原创 2019-03-15 15:54:03 · 4255 阅读 · 0 评论 -
springcloud整合fegin出现问题controller无法引入FeginClient
错误信息: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'feginController': Unsatisfied dependency expressed through field 'feginClient'; nested exception...原创 2019-03-20 09:39:40 · 2027 阅读 · 0 评论