You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "Dron1sh (GitHub)" <gi...@apache.org> on 2018/12/21 02:53:49 UTC

[GitHub] [incubator-dubbo-spring-boot-project] Dron1sh commented on issue #336: dubbo 升级2.6.5 RelaxedDubboConfigBinder引用的是com.alibaba.dubbo.config.spring.util包

> Correct, so you should add an extra Maven dependency:
> 
> ```
> <!-- Spring Context Extras -->
> <dependency>
>     <groupId>com.alibaba.spring</groupId>
>     <artifactId>spring-context-support</artifactId>
>     <version>1.0.2</version>
> </dependency>
> ```

I have import spring-context-support, but `PropertySourcesUtils` located in package `com.alibaba.spring.util`,  `RelaxedDubboConfigBinder` import class `PropertySourcesUtils` is located in package `com.alibaba.dubbo.config.spring.util`, that's not
match
![image](https://user-images.githubusercontent.com/9458105/50321966-32b64d80-050e-11e9-908a-dad2ad00cac7.png)


[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/336 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org