You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "CoCoYuYuan (via GitHub)" <gi...@apache.org> on 2023/03/30 15:01:41 UTC

[GitHub] [dubbo] CoCoYuYuan commented on issue #11974: 在idea中dubbo所在的项目正常启动,但脱离idea,在单个jar内的时候报错显示实例化错误

CoCoYuYuan commented on issue #11974:
URL: https://github.com/apache/dubbo/issues/11974#issuecomment-1490462649

   这是对应的类里面的内容
    @DubboService
   public class FeignTestServiceImpl implements FeignTestService {
   
       @Value("${server.port}")
       private String serverPort;
   
       @Override
       public String queryProviderGetBall(String id) {
           return "nacos register, serverport=" + serverPort + "\t id:" + id;
       }
   }
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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