apache / dubbo

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

Official support for spring-boot-starter #1033

Closed ganlanshugod closed 6 years ago

ganlanshugod commented 6 years ago

有很多集成springboot的dubbo方案,但都是个人发布的,官方是否考虑做一个springboot的集成插件,需要的同学们支持我。

oldratlee commented 6 years ago

@ganlanshugod

here is the dubbo official spring boot integration: https://github.com/dubbo/dubbo-spring-boot-project

Comven commented 6 years ago

Will this starter be updated recently, because there are many places that are not good for use with this starter。

lovepoem commented 6 years ago

Will this starter be updated recently, because there are many places that are not good for use with this starter。

https://github.com/dubbo/dubbo-spring-boot-project/milestone/1

Comven commented 6 years ago

@lovepoem 3Q

leyou240 commented 6 years ago

Looking forward to updated springboot-starter-dubbo!

mercyblitz commented 6 years ago

@leyou240 It will be released soon

meiping05 commented 6 years ago

@EnableDubboConfigBindings( { @EnableDubboConfigBinding(prefix = "dubbo.application", type = ApplicationConfig.class), @EnableDubboConfigBinding(prefix = "dubbo.protocol", type = ProtocolConfig.class), @EnableDubboConfigBinding(prefix = "dubbo.provider", type = ProviderConfig.class), @EnableDubboConfigBinding(prefix = "dubbo.registry", type = RegistryConfig.class) } ) @DubboComponentScan(basePackages = "...")

application.properties

dubbo.application.name=core dubbo.registry.address=127.0.0.1:2181 dubbo.registry.protocol=zookeeper

zhangruhong commented 6 years ago

Looking forward to updated springboot-starter-dubbo!