|
|
|
@ -61,7 +61,7 @@ Spring Cloud uses Maven for most build-related activities, and you should be abl
|
|
|
|
|
|
|
|
|
|
## How to Use
|
|
|
|
|
|
|
|
|
|
### Add maven dependency
|
|
|
|
|
### Add maven dependency
|
|
|
|
|
Version 0.2.1.RELEASE is compatible with the Spring Cloud Finchley. Version 0.1.1.RELEASE is compatible with the Spring Cloud Edgware.
|
|
|
|
|
|
|
|
|
|
These artifacts are available from Maven Central and Spring Release repository via BOM:
|
|
|
|
@ -71,7 +71,7 @@ These artifacts are available from Maven Central and Spring Release repository v
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
|
<version>0.2.1.RELEASE</version>
|
|
|
|
|
<version>0.9.0.RELEASE</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|