You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2019/07/29 10:00:13 UTC

[GitHub] [dubbo-js] YouthLin edited a comment on issue #124: 报错:Please specify dubboSetting

YouthLin edited a comment on issue #124: 报错:Please specify dubboSetting
URL: https://github.com/apache/dubbo-js/issues/124#issuecomment-515925903
 
 
   相同的问题 怎么解的……
   
   //--update 看到例子了
   const dubboSetting = setting
     .match(
       [
         'com.alibaba.dubbo.demo.DemoProvider',
         'com.alibaba.dubbo.demo.ErrorProvider',
       ],
       {
         version: '1.0.0',
       },
     )
     .match('com.alibaba.dubbo.demo.BasicTypeProvider', {version: '2.0.0'});

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org