mercyblitz commented on issue #188: Can springframework @service and dubbo @Service coexist? URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/188#issuecomment-399035777 @dongyuanlongwang That means it works two `@Service` annotated at same Class , however just use ```java @Service( version = "${demo.service.version}", application = "${dubbo.application.id}", protocol = "${dubbo.protocol.id}", registry = "${dubbo.registry.id}" ) ```
---------------------------------------------------------------- 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]
