wcy666103 commented on issue #14229:
URL: https://github.com/apache/dubbo/issues/14229#issuecomment-2126696472

   > > @wangeDear It seems you are using spring @service annotation, not dubbo 
service annotation?why you not using @DubboService Annotation
   > 
   > So, does it mean that Dubbo service registration cannot be configured and 
submitted only through the yml file?
   
   Yes,When the project started, will be scanned to the package, and will be 
`com.alibaba.dubbo.config.annotation.Service.class`. The class
   Or maybe it's
   `org.apache.dubbo.config.annotation.Service.class`
   Or maybe it's
   `org.apache.dubbo.config.annotation.DubboService.class`
   The annotated classes perform service exposure and registration


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to