We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关注道兄很久了,有个问题想请教一下。在maven配置spring-cloud-alibaba父工厂的时候,看有的教程里面配置的是
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>0.2.2.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency>
有的教程又是配置的
<dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2.2.3.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency>
想请问一下org.springframework.cloud下面的和com.alibaba.cloud下面的到底有什么区别?他们之间又有什么渊源吗?项目开发的时候到底应该引入哪个呢? 看了下前者很久没有更新了,而后者一直在更新,如果说前者是阿里捐给spring维护之后的版本,那么为什么阿里自己还要继续维护一份后者呢?他们这两个组件的使用方式上又有什么不同吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
关注道兄很久了,有个问题想请教一下。在maven配置spring-cloud-alibaba父工厂的时候,看有的教程里面配置的是
有的教程又是配置的
想请问一下org.springframework.cloud下面的和com.alibaba.cloud下面的到底有什么区别?他们之间又有什么渊源吗?项目开发的时候到底应该引入哪个呢?
看了下前者很久没有更新了,而后者一直在更新,如果说前者是阿里捐给spring维护之后的版本,那么为什么阿里自己还要继续维护一份后者呢?他们这两个组件的使用方式上又有什么不同吗?
The text was updated successfully, but these errors were encountered: