Преглед изворни кода

: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>