Spring cloud将微服务provider侧注册进eureka

 
   <!-- 将微服务provider侧注册进eureka -->
   <dependency>
     <groupId>org.springframework.cloud</groupId>
     <artifactId>spring-cloud-starter-eureka</artifactId>
   </dependency>
   <dependency>
     <groupId>org.springframework.cloud</groupId>
     <artifactId>spring-cloud-starter-config</artifactId>
   </dependency>

 

posted @ 2019-10-12 20:34  9529  阅读(60)  评论(0编辑  收藏  举报