|
|
|
@ -72,7 +72,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
|
<version>2.1.0.RELEASE</version>
|
|
|
|
|
<version>2.2.0.RELEASE</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
@ -114,6 +114,7 @@ Example 列表:
|
|
|
|
|
* 1.5.x 版本适用于 Spring Boot 1.5.x
|
|
|
|
|
* 2.0.x 版本适用于 Spring Boot 2.0.x
|
|
|
|
|
* 2.1.x 版本适用于 Spring Boot 2.1.x
|
|
|
|
|
* 2.2.x 版本适用于 Spring Boot 2.2.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 社区交流
|
|
|
|
|