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");
    //}
}
```


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/2511 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to