tang147 commented on issue #11839: URL: https://github.com/apache/dubbo/issues/11839#issuecomment-1469987568
问题已经解决,看了源码,dubbo扫描类需要在启动类的时候指定,不能通过apollo配置了 在启动类加上 @EnableDubbo(scanBasePackages = "com.qihoo.finance.traffic.core.provider") 这个即可 -- 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]
