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

Will dubbo provider a spring-boot-starter to simplify configuration? #991

Closed o624366705 closed 6 years ago

o624366705 commented 6 years ago

能否提供 dubbo-spring-boot-starter 启动配置模块?简化dubbo配置,同样xml配置能写在yaml里面自动装载就好多了

javahongxi commented 6 years ago

https://github.com/dubbo/dubbo-spring-boot-project demo https://github.com/javahongxi/whatsmars/tree/master/whatsmars-dubbo

smartbetter commented 6 years ago

Can you update the version? this project dubbo version is 2.5.3.

javahongxi commented 6 years ago

Good idea, @smartbetter

sunhao-java commented 6 years ago

PS: 这样配置的话,一个application只能有一个register?是不是说,同一个application中,所有服务只能注册到一个注册中心?这样的话,是不是有点不太好啊?