1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add english reference doc, Polish #146

This commit is contained in:
flystar32
2018-12-17 17:06:41 +08:00
parent b99c10fadd
commit 560e13c279
15 changed files with 1865 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ ANSApplication Naming Service 是隶属于阿里云 EDAS 产品的组件
=== 如何引入 Spring Cloud AliCloud ANS
Spring Cloud Alibaba 已经发布了 0.2.0.RELEASE 版本,需要首先导入依赖管理 POM。
Spring Cloud Alibaba 已经发布了 0.2.1.RELEASE 版本,需要首先导入依赖管理 POM。
[source,xml]
----
@@ -13,7 +13,7 @@ Spring Cloud Alibaba 已经发布了 0.2.0.RELEASE 版本,需要首先导入
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>0.2.0.RELEASE</version>
<version>0.2.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>