mercyblitz commented on issue #246: group 服务分组,当一个接口有多个实现,可以用分组区分 ,不起作用 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/246#issuecomment-445110087 Please add those Maven dependencies: ```xml <!-- Dubbo --> <dependency> <groupId>com.alibaba</groupId> <artifactId>dubbo</artifactId> <version>2.6.5</version> </dependency> <!-- Spring Context Extras --> <dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-support</artifactId> <version>1.0.2</version> </dependency> ``` Dubbo 2.6.5 will use the group as a port Service bean name.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
