Spring Cloud(04)——Eureka Server介绍
Posted elim168
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud(04)——Eureka Server介绍相关的知识,希望对你有一定的参考价值。
Eureka Server
Eureka Server是Netflix提供的基于Rest的服务注册和发现框架,Spring Cloud对其进行了集成。使用Eureka Server需要添加spring-cloud-starter-netflix-eureka-server
依赖。
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-server
以上是关于Spring Cloud(04)——Eureka Server介绍的主要内容,如果未能解决你的问题,请参考以下文章
向 Eureka 服务器注册 Spring Cloud 微服务
Spring Cloud Samples Eureka - Docker - 在链接中使用下划线