apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.5k stars 26.43k forks source link

计划官方支持 Spring boot么? 目前的配置很不友好 #616

Closed xiaolongyuan closed 6 years ago

beiwei30 commented 7 years ago

很快会支持的,可能在下面几个维护版本中发布。目前的配置,你是指官方的 spring 配置吗?

On Fri, Sep 8, 2017 at 11:28 AM, longyuan notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alibaba/dubbo/issues/616, or mute the thread https://github.com/notifications/unsubscribe-auth/ARybXM-QiIg9Z_oLsFdQDISitsze8rChks5sgLRFgaJpZM4PQpmI .

xiaolongyuan commented 7 years ago

Thanks .

我消费者方用的还是 spring xml 集成方式 因为觉得 使用 Reference 注解 不爽

生产方 用的 dubbo的 Service 注解

希望未来都可以 用 spring boot 解决

liuanxin commented 7 years ago

https://github.com/teaey/spring-boot-starter-dubbo 这个就是 dubbo 的作者之一的项目. 基于 spring boot 一共也就四个类就实现了

kukaqin commented 7 years ago

支持spring boot 很容易,我们自己也扩展了

Comven commented 7 years ago

spring-boot-starter-dubbo中使用@Reference这个注解的确不是很方便,而且例如check=false这个设置就没有用,如果服务发布方没有启动很容出现空指针

shenzhuan commented 7 years ago

http://git.oschina.net/catshen/zscat_sw 这个整合的不错

liuanxin commented 7 years ago

@Comven 那是 dubbo 自己内部的问题导致的, 本地测试的时候可以用一种折中的办法处理. https://github.com/alibaba/dubbo/issues/195

xiaolongyuan commented 7 years ago

官方有解决方案不就更好么 对吧

liuanxin commented 7 years ago

官方会更乐于见到有已经实现的成熟方案, pull request 进去就行了.

开源社区的意义也就在这里. 而不是等着人天天呼吁发 issue

CodingOX commented 7 years ago

期待官方实现!

lovepoem commented 6 years ago

https://github.com/apache/incubator-dubbo-spring-boot-project is the official version