mercyblitz commented on issue #306: @Reference 引用的服务注入为空
URL: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/306#issuecomment-443951913
 
 
   Please add  Dubbo 2.6.5  in order to override indirectly dependencies:
   ```xml
   <dependency>
       <groupId>com.alibaba.boot</groupId>
       <artifactId>dubbo-spring-boot-starter</artifactId>
       <version>0.2.0</version>
   </dependency>
   
   <!-- Dubbo -->
   <dependency>
       <groupId>com.alibaba</groupId>
       <artifactId>dubbo</artifactId>
       <version>2.6.5</version>
   </dependency>
   <!-- Spring Context Extras -->
   <dependency>
       <groupId>com.alibaba.spring</groupId>
       <artifactId>spring-context-support</artifactId>
       <version>1.0.2</version>
   </dependency>
   ```
   
   There was an issue about YAML format support in lagacy Dubbo.

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