-
目前网上开源很多dubbo的starter或者其他的方案,总是有各种各样的问题,例如:
1.使用springboot插件不能用插件去启动,只能run application,否则会报消费者找不到服务提供者空指针异常(使用的reference注解会报空指针)
2.服务提供者下线,消费者获取不到,导致消费者引用的reference注解报空指针异常
-
pinpoint-web and pinpoint-collector deplyed my local machine and pinpoint-agent deployed in internal server. I could able to view server map and inspactor but in server map db displays as unknown. Ple…
-
As the title mentioned.
-
If you run where the web container is disabled, like "--spring.main.web-environment=false", the process will exit. It seems like we should have instructions for applications who only communicate via d…
-
我看Dubbo 官网更新了, "dubbo项目将正式得到官方维护与支持,我们期待这款优秀的开源项目在未来持续保持活力,引领开源服务框架 " ,这是否意味着dubbo项目将再次迎来更新?
-
环境:jdk1.7 docker:1.10.3
zookeeper是单独部署的
网上找的不用依赖web容器的教程已经照了弄了一天了愣是没启动成功。
求大神不吝解答或提供教学交接。
小弟谢过。
-
It would be nice to have a not-spanshot release, even if version is not 1.0.0. This is better for integrating than snapshots which can change frequently. How about cutting a 0.1.0? or similar?
-
我用Springboot整合dubbo,使用application.properties注解模式配置,如果提供者在消费者后面启动的话,消费端调用就会空指针
-
dubbo 与Springboot整合时@Reference注解无法注入服务
-
以前的被spring代理冲掉的dubbo service 问题依然存在