zonghaishang commented on issue #2511: Failfast config problem
URL: 
https://github.com/apache/incubator-dubbo/issues/2511#issuecomment-422403384
 
 
   The same interface annotation has a cache, comment the following code:
   
   ```
   public class ConsumerApplication
   {
       //@Reference
       // private DemoService demoService;
       
       public static void main(String[] args)
       {
           SpringApplication.run(ConsumerApplication.class, args);
       }
       
       //@RequestMapping("/a")
       //@ResponseBody
       //public String sayHello()
       //{
       //    return demoService.sayHello("freeseawind");
       //}
   }
   ```
   

----------------------------------------------------------------
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]

Reply via email to