|
@@ -46,6 +46,11 @@
|
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!--springcloud 相关依赖-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
+ <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
<!-- spring cloud 引用 web service 客户端 -->
|
|
<!-- spring cloud 引用 web service 客户端 -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|