增加 eureka 客户端实例

This commit is contained in:
Administrator
2020-10-28 23:21:51 +08:00
parent 03b37a2732
commit b9a0dd86f4
8 changed files with 104 additions and 2 deletions

View File

@ -32,5 +32,9 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
</dependency>
</dependencies>
</project>