You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/10 00:57:53 UTC

[GitHub] chickenlj opened a new issue #101: Better use the newest dubbo 2.6.x version and only depend on necessary modules.

chickenlj opened a new issue #101: Better use the newest dubbo 2.6.x version and only depend on necessary modules.
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/101
 
 
   1. use the newest 2.6.x dubbo version
   2. Depend on necessary modules instead of a fat jar.
   For example:
   ```xml
    <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-config-api</artifactId>
               <version>${project.parent.version}</version>
   </dependency>
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services