Переглянути джерело

:heavy_plus_sign: 添加依赖

冷冷 7 роки тому
батько
коміт
147882976e
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -62,6 +62,11 @@
 	</properties>
 
 	<dependencies>
+		<!--eureka 客户端-->
+		<dependency>
+			<groupId>org.springframework.cloud</groupId>
+			<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
+		</dependency>
 		<!--配置文件处理器-->
 		<dependency>
 			<groupId>org.springframework.boot</groupId>