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

[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #267: 0.2.0集成spring cloud config配置没有合并

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 legacy Dubbo.

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