apache / dubbo

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

[Task] Update Dubbo Initilizer #10224

Open AlbumenJ opened 2 years ago

AlbumenJ commented 2 years ago

Related issue #10154

Status: to be improved

Background: Dubbo Initializer is used to quickly build a simple sample application of SpringBoot and Dubbo. At present, the project is behind the latest version and needs to be updated in time

yuzhiping commented 2 years ago

where is Dubbo Initializer? is it the dubbo-demo-spring-boot submodule in the dubbo-demo?

AlbumenJ commented 2 years ago

@chickenlj PTAL

chickenlj commented 2 years ago

@yuzhiping There's no Dubbo Initializer project available at this moment yet. Customizing one for Dubbo using spring initializr is a good way to achieve that.