### Environment

* Dubbo version: 2.6.5
* Operating System version: mac os
* Java version: 1.8

### Steps to reproduce this issue

1. use dubbo in spring boot 2.0.4 junit test cannot get service

### Expected Result
通过@Reference 注解注入服务调用方法

### Actual Result

无法注入相应的服务,获取的bean是null

```
Method threw 'java.lang.NullPointerException' exception. Cannot evaluate 
com.sun.proxy.$Proxy158.toString()
<img width="923" alt="default" 
src="https://user-images.githubusercontent.com/16658917/51436694-edcc3500-1ccc-11e9-89cb-2c44ba26c679.png";>

<img width="925" alt="default" 
src="https://user-images.githubusercontent.com/16658917/51436676-af367a80-1ccc-11e9-921a-62e08dc5b2b5.png";>

```


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3279 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to