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

@ -14,7 +14,6 @@
<packaging>jar</packaging>
<name>eureka-example</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -26,4 +25,13 @@
<artifactId>mall-ebtp-cloud-eureka-starter</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>