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

add spring enviroment extension module for examples

This commit is contained in:
得少
2019-01-09 23:02:04 +08:00
parent ee2c696bdf
commit a4f8cc7d28
9 changed files with 133 additions and 8 deletions

View File

@@ -59,6 +59,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-alicloud-sms</artifactId>
</dependency>
<dependency>
<groupId>alibaba.com</groupId>
<artifactId>env-extension</artifactId>
<version>0.2.2.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
<build>