1. 增加了apollo 配置中心使用的 demo

2. 调整了apollo starter的pom, 增加了对于mvc starter的依赖
This commit is contained in:
Administrator
2020-10-29 10:47:42 +08:00
parent b9a0dd86f4
commit 4518c665f9
12 changed files with 177 additions and 10 deletions

View File

@ -32,5 +32,9 @@
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
</dependency>
</dependencies>
</project>